Home
last modified time | relevance | path

Searched defs:res (Results 1 – 25 of 27) sorted by relevance

12

/bootable/recovery/recovery_utils/
Dbattery_utils.cpp57 auto res = health->getChargeStatus(&charge_status); in GetBatteryInfo() local
71 auto res = health->getCapacity(&capacity); in GetBatteryInfo() local
/bootable/libbootloader/gbl/libgbl/src/
Dlib.rs181 let mut res = Self::new(data.len(), alignment); in new_with_data() localVariable
286 let res = gbl.load_and_verify_image( in test_load_and_verify_image_success() localVariable
305 let res = gbl.load_and_verify_image( in test_load_and_verify_image_verification_error() localVariable
326 let res = gbl.load_and_verify_image( in test_load_and_verify_image_io_error() localVariable
341 let res = gbl.load_and_verify_image( in test_load_and_verify_image_with_cert_success() localVariable
364 let res = gbl.load_and_verify_image( in test_load_and_verify_image_with_cert_permanent_attribute_mismatch_error() localVariable
Dpartition.rs444 let mut res = FakeGblOpsStorage::default(); in gpt_disk() localVariable
451 let mut res = FakeGblOpsStorage::default(); in raw_disk() localVariable
/bootable/libbootloader/gbl/libgbl/src/fastboot/
Dpin_fut_container.rs50 let mut res = 0; in size() localVariable
60 let mut res = 0; in poll_all() localVariable
Dmod.rs303 let res = match process_next_command(l, self).await { in run() localVariable
314 let res = match process_next_command(v, self).await { in run() localVariable
326 let res = match run_tcp_session(v, self).await { in run() localVariable
1405 let mut res = [0u8; MAX_RESPONSE_SIZE]; in oem() localVariable
1823 let mut res = String::from(""); in dump_usb_out_queue() localVariable
1836 let mut res = String::from(""); in dump_tcp_out_queue() localVariable
1893 let mut res = VecDeque::<u8>::from(b"FB01".to_vec()); in make_expected_tcp_out() localVariable
2628 let res = block_on(run_gbl_fastboot_stack::<3>( in test_run_gbl_fastboot_set_active_fuchsia_abr() localVariable
2947 let res = block_on(run_gbl_fastboot_stack::<2>( in test_fastboot_boot_slot() localVariable
Dsparse.rs262 let mut res: T = Default::default(); in copy_from() localVariable
/bootable/recovery/bootloader_message/
Dmisctrl_main.cpp40 int res = 0; in check_control_message() local
/bootable/libbootloader/gbl/libefi/src/
Dprotocol.rs156 let res: Result<()> = match $method { localVariable
167 let res: Result<()> = match $method { localVariable
Dlib.rs171 let res = entry.system_table().boot_services().get_memory_map(aligned)?; in exit_boot_services() localVariable
1672 let res = in test_check_event() localVariable
/bootable/libbootloader/gbl/libabr/src/
Dlib.rs309 let res = Self { in deserialize() localVariable
341 let mut res = [0u8; ABR_DATA_SIZE]; localVariable
682 let res = abr_data.one_shot_flags; in get_and_clear_one_shot_flag() localVariable
691 let res = abr_data.one_shot_flags; in get_and_clear_one_shot_bootloader() localVariable
714 let mut res: u32 = 0xffffffff; in crc32() localVariable
/bootable/libbootloader/gbl/libefi_types/src/
Dlib.rs65 let mut res: GblEfiPartitionName = Default::default(); in from() localVariable
/bootable/libbootloader/gbl/libefi/src/protocol/
Ddevice_path.rs56 let res = unsafe { f(device_path.interface_ptr(), display_only, allow_shortcuts) }; in convert_device_path_to_text() localVariable
Dgbl_efi_image_loading.rs128 let res = returned_buffers.iter().position(|&val| val == address); in release() localVariable
884 let mut res = protocol.get_buffer(&gbl_image_info).unwrap(); in test_proto_get_buffer_zero_size() localVariable
927 let res = protocol.get_buffer(&gbl_image_info); in test_proto_get_buffer_small() localVariable
1156 let res = unsafe { EfiImageBuffer::new(gbl_buffer) }; in test_efi_image_buffer() localVariable
1168 let res = unsafe { EfiImageBuffer::new(gbl_buffer) }; in test_efi_image_buffer_null() localVariable
/bootable/libbootloader/gbl/libgbl/src/slots/
Dfuchsia.rs618 let res = in test_writeback() localVariable
631 let res = in test_writeback() localVariable
659 let res = in test_writeback_with_cursor() localVariable
/bootable/deprecated-ota/updater/
Dblockimg.cpp178 auto res = mkdir(dirname.c_str(), MARKER_DIRECTORY_MODE); in SetUpdatedMarker() local
825 int res = stat(cn.c_str(), &sb); in WriteStash() local
885 int res = stat(dirname.c_str(), &sb); in CreateStash() local
1775 int res = CreateStash(state, stash_max_blocks, params.stashbase); in PerformBlockImageUpdate() local
/bootable/libbootloader/gbl/libasync/src/
Dlib.rs178 let res = fut.await; in assert_return() localVariable
/bootable/libbootloader/gbl/efi/src/
Dfastboot.rs245 let mut res = Default::default(); in fastboot() localVariable
Dnet.rs133 let mut res: DeviceCapabilities = Default::default(); in capabilities() localVariable
199 let res = *self.curr; localVariable
/bootable/libbootloader/gbl/libstorage/src/
Dalgorithm.rs272 let res = in write_aligned_buffer() localVariable
Dgpt.rs418 let res = self in next() localVariable
449 pub fn res(&self) -> Result<()> { in res() method
/bootable/recovery/minui/
Dgraphics_drm.cpp334 drmModeRes* res = nullptr; in Init() local
Dgraphics.cpp368 int res = res_create_alpha_surface(name, &(font->texture)); in gr_init_font() local
/bootable/libbootloader/gbl/libgbl/src/android_boot/
Dload.rs70 let mut res = ArrayString::new_const(); in slotted_part() localVariable
276 let mut res = LoadedImages::default(); in android_load_verify() localVariable
969 let mut res = BootConfigBuilder::new(&mut buffer).unwrap(); localVariable
/bootable/recovery/fuse_sideload/
Dfuse_sideload.cpp110 int res = writev(fd->ffd, vec, 2); in fuse_reply() local
/bootable/libbootloader/gbl/libsafemath/src/
Dlib.rs427 let res: $name = sn.try_into().unwrap(); localVariable

12