Home
last modified time | relevance | path

Searched defs:out (Results 1 – 10 of 10) 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/libstorage/src/
Dmulti_blocks.rs172 let mut out = vec![0u8; blk_0[off..].len()]; in test_multi_block_read() localVariable
176 let mut out = vec![0u8; blk_1[off..].len()]; in test_multi_block_read() localVariable
241 let mut out = vec![0u8; expected.len()]; in check_read_partition() localVariable
279 let mut out = vec![0u8; to_write.len()]; in check_write_partition() localVariable
Dnon_blocking.rs610 let out = &mut buffer.get()[offset..][..size]; in read_io_buffer() localVariable
Dgpt.rs294 let out = &mut entries[..entries_size.try_into()?]; in validate_gpt() localVariable
Dlib.rs970 let out = &mut aligned_buf.get() in read_test_helper() localVariable
/bootable/recovery/updater_sample/tools/
Dgen_update_config.py117 def write(self, out): argument
/bootable/libbootloader/gbl/libgbl/src/fastboot/
Dmod.rs277 let mut out = vec![0u8; fastboot::MAX_RESPONSE_SIZE]; in check_var() localVariable
310 let mut out = vec![0u8; fastboot::MAX_RESPONSE_SIZE]; in test_get_var_partition_info() localVariable
327 let mut out: Vec<String> = Default::default(); in test_get_var_all() localVariable
Dsparse.rs285 let mut out = vec![0u8; 2 * raw.len()]; in test_sparse_write() localVariable
302 let mut out = vec![0u8; 2 * raw.len()]; in test_sparse_write_non_default_block_size() localVariable
/bootable/deprecated-ota/applypatch/
Dapplypatch.cpp70 static bool ReadPartitionToBuffer(const Partition& partition, FileContents* out, in ReadPartitionToBuffer()
/bootable/libbootloader/gbl/libefi/src/
Dlib.rs276 let mut out: *mut core::ffi::c_void = null_mut(); in allocate_pool() localVariable