Home
last modified time | relevance | path

Searched refs:mode (Results 1 – 21 of 21) sorted by relevance

/bootable/recovery/tests/unit/
Ddirutil_test.cpp54 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/
Ddirutil.cpp49 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/
Dinterlace-frames.py71 print(img2.mode)
90 out2 = out.convert(mode='P', palette=palette)
92 print(out2.mode)
DREADME.md13 # 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/
Dsimple_text_output_protocol.h25 int32_t mode; member
44 SimpleTextOutputMode* mode; member
Dsimple_network_protocol.h128 EfiSimpleNetworkMode* mode; member
/bootable/libbootloader/gbl/libefi/src/protocol/
Dsimple_network.rs160 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/
Ddirutil.h36 int mkdir_recursively(const std::string& path, mode_t mode, bool strip_filename,
/bootable/recovery/recovery_utils/
Dlogging.cpp61 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/
Dgraphics_drm.cpp160 &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/
Dfuse_sideload.cpp153 uint32_t mode) { in fill_attr() argument
163 attr->mode = mode; in fill_attr()
/bootable/recovery/minadbd/
DREADME.md12 or `none` respectively. Upon starting recovery mode, `adbd` is started in debuggable builds by
/bootable/recovery/tools/image_generator/
DREADME.md5 under recovery mode. And thus we don't need to do the manual work by running
/bootable/recovery/tools/recovery_l10n/
DREADME.md34 image works by running graphic tests under the recovery mode.
/bootable/libbootloader/gbl/docs/
Defi_protocols.md9 If a target supports Fastboot mode, it is also used for writing images to disk.
DEFI_ANDROID_BOOT_PROTOCOL.md110 `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/
DBUILD.smoltcp.bazel112 # Always compile this crate in release mode. Otherwise it is too slow.
/bootable/libbootloader/gbl/
DREADME.md53 2. Reboot the device into fastboot mode.
/bootable/recovery/updater_sample/
DREADME.md167 4. Set SELinux mode to permissive. See instructions below.
258 ## Setting SELinux mode to permissive (0)
/bootable/libbootloader/gbl/efi/src/
Dnet.rs446 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/
Drecovery_body102 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