Home
last modified time | relevance | path

Searched defs:out (Results 1 – 12 of 12) sorted by relevance

/bootable/recovery/fuse_sideload/
Dfuse_sideload.cpp128 fuse_init_out out; in handle_init() local
167 fuse_attr_out out = {}; in handle_getattr() local
187 fuse_entry_out out = {}; in handle_lookup() local
212 fuse_open_out out = {}; in handle_open() local
/bootable/libbootloader/gbl/libefi/src/protocol/
Dgbl_efi_fastboot.rs372 let out = unsafe { from_raw_parts_mut(out, *out_size) }; in test_get_var() localVariable
383 let mut out = [0u8; 3]; in test_get_var() localVariable
421 let mut out = vec![]; in test_get_var_all() localVariable
459 let mut out = vec![]; in test_get_var_all_exceeds_max_arguments() localVariable
/bootable/recovery/updater_sample/tools/
Dgen_update_config.py117 def write(self, out): argument
/bootable/libbootloader/gbl/libgbl/src/gbl_avb/
Dops.rs453 let mut out = [0u8; 4]; in read_from_partition_positive_off() localVariable
467 let mut out = [0u8; 6]; in read_from_partition_negative_off() localVariable
481 let mut out = [0u8; 6]; in read_from_partition_partial_read() localVariable
495 let mut out = [0u8; 4]; in read_from_partition_out_of_bounds() localVariable
511 let mut out = [0u8; 4]; in read_from_partition_unknown_part() localVariable
/bootable/libbootloader/gbl/libgbl/src/fastboot/
Dsparse.rs312 let mut out = vec![0u8; 2 * raw.len()]; in test_sparse_write() localVariable
325 let mut out = vec![0u8; 2 * raw.len()]; in test_sparse_write_non_default_block_size() localVariable
Dmod.rs1019 let mut out = vec![0u8; MAX_RESPONSE_SIZE]; in check_var() localVariable
1096 let mut out = vec![0u8; MAX_RESPONSE_SIZE]; in test_get_var_partition_info() localVariable
/bootable/deprecated-ota/applypatch/
Dapplypatch.cpp70 static bool ReadPartitionToBuffer(const Partition& partition, FileContents* out, in ReadPartitionToBuffer()
/bootable/libbootloader/gbl/efi/src/
Dfastboot.rs141 let out = out.get_mut(..*len).ok_or(Error::BufferTooSmall(Some(*len)))?; in receive_packet() localVariable
/bootable/libbootloader/gbl/libgbl/src/
Dpartition.rs507 let mut out = vec![0u8; to_usize(sz)]; in test_part_read() localVariable
512 let mut out = vec![0u8; to_usize(sz)]; in test_part_read() localVariable
679 let mut out = vec![0u8; to_usize(sz)]; in check_read_partition() localVariable
/bootable/libbootloader/gbl/libstorage/src/
Dlib.rs598 let out = &mut aligned_buf.get()[misalignment..][..rw_sz]; in read_test_helper() localVariable
Dgpt.rs683 let out = entries.as_bytes_mut().get_mut(..entries_size.try_into().unwrap()).ok_or( in load_and_validate_gpt() localVariable
/bootable/libbootloader/gbl/libefi/src/
Dlib.rs271 let mut out: *mut core::ffi::c_void = null_mut(); in allocate_pool() localVariable