/bootable/recovery/tests/unit/ |
D | dirutil_test.cpp | 54 constexpr mode_t mode = 0755; in TEST() local 55 ASSERT_EQ(0, mkdir_recursively(path, mode, false, nullptr)); in TEST() 62 ASSERT_EQ(mode, sb.st_mode & mask); in TEST() 91 constexpr mode_t mode = 0751; in TEST() local 92 ASSERT_EQ(0, mkdir_recursively(path, mode, false, nullptr)); in TEST() 99 ASSERT_EQ(mode, sb.st_mode & mask); in TEST() 104 ASSERT_EQ(mode, sb.st_mode & mask); in TEST()
|
/bootable/recovery/otautil/ |
D | dirutil.cpp | 49 int mkdir_recursively(const std::string& input_path, mode_t mode, bool strip_filename, in mkdir_recursively() argument 96 selabel_lookup(const_cast<selabel_handle*>(sehnd), &secontext, dir_path.c_str(), mode); in mkdir_recursively() 99 int err = mkdir(dir_path.c_str(), mode); in mkdir_recursively()
|
/bootable/recovery/ |
D | interlace-frames.py | 71 print(img2.mode) 90 out2 = out.convert(mode='P', palette=palette) 92 print(out2.mode)
|
D | README.md | 13 # Pixel devices don't support booting into recovery mode with `fastboot boot`. 16 # Manually choose `Recovery mode` from bootloader menu.
|
/bootable/libbootloader/gbl/libefi/defs/protocols/ |
D | simple_text_output_protocol.h | 25 int32_t mode; member 44 SimpleTextOutputMode* mode; member
|
D | simple_network_protocol.h | 128 EfiSimpleNetworkMode* mode; member
|
/bootable/libbootloader/gbl/libefi/src/protocol/ |
D | simple_network.rs | 160 pub fn mode(&self) -> EfiResult<EfiSimpleNetworkMode> { in mode() method 162 unsafe { self.interface()?.mode.as_ref() }.ok_or(EFI_STATUS_NOT_FOUND.into()).copied() in mode()
|
/bootable/recovery/otautil/include/otautil/ |
D | dirutil.h | 36 int mkdir_recursively(const std::string& path, mode_t mode, bool strip_filename,
|
/bootable/recovery/recovery_utils/ |
D | logging.cpp | 61 static FILE* fopen_path(const std::string& path, const char* mode, const selabel_handle* sehandle) { in fopen_path() argument 69 if (strchr("wa", mode[0])) { in fopen_path() 72 return fopen(path.c_str(), mode); in fopen_path()
|
/bootable/recovery/minui/ |
D | graphics_drm.cpp | 160 &crtc->mode) != 0) { in DrmEnableCrtc() 385 drm[i].monitor_crtc->mode = drm[i].monitor_connector->modes[drm[i].selected_mode]; in Init() 387 int width = drm[i].monitor_crtc->mode.hdisplay; in Init() 388 int height = drm[i].monitor_crtc->mode.vdisplay; in Init()
|
/bootable/recovery/fuse_sideload/ |
D | fuse_sideload.cpp | 153 uint32_t mode) { in fill_attr() argument 163 attr->mode = mode; in fill_attr()
|
/bootable/recovery/minadbd/ |
D | README.md | 12 or `none` respectively. Upon starting recovery mode, `adbd` is started in debuggable builds by
|
/bootable/recovery/tools/image_generator/ |
D | README.md | 5 under recovery mode. And thus we don't need to do the manual work by running
|
/bootable/recovery/tools/recovery_l10n/ |
D | README.md | 34 image works by running graphic tests under the recovery mode.
|
/bootable/libbootloader/gbl/docs/ |
D | efi_protocols.md | 9 If a target supports Fastboot mode, it is also used for writing images to disk.
|
D | EFI_ANDROID_BOOT_PROTOCOL.md | 110 `FastbootUsbInterfaceStart()` shoud start and expose a device mode USB inteface 134 host mode. However, platforms that support xHCI debug capability (DbC) can
|
/bootable/libbootloader/gbl/smoltcp/ |
D | BUILD.smoltcp.bazel | 112 # Always compile this crate in release mode. Otherwise it is too slow.
|
/bootable/libbootloader/gbl/ |
D | README.md | 53 2. Reboot the device into fastboot mode.
|
/bootable/recovery/updater_sample/ |
D | README.md | 167 4. Set SELinux mode to permissive. See instructions below. 258 ## Setting SELinux mode to permissive (0)
|
/bootable/libbootloader/gbl/efi/src/ |
D | net.rs | 446 let (ll_mac, ll_ip6_addr) = ll_mac_ip6_addr_from_efi_mac(snp.mode()?.current_address); in with_efi_network()
|
/bootable/recovery/tests/testdata/ |
D | recovery_body | 102 persist.data.mode=concurrent 116 vidc.debug.perf.mode=2 8653 # format for /dev rules: devname mode uid gid 8654 # format for /sys rules: nodename attr mode uid gid
|