Home
last modified time | relevance | path

Searched defs:buf (Results 1 – 22 of 22) sorted by relevance

/bootable/recovery/tests/manual/
Drecovery_test.cpp39 const char *buf, size_t len, void *arg) { in __pmsg_fn()
82 std::string buf; in TEST() local
/bootable/recovery/recovery_utils/
Dlogging.cpp97 ssize_t logrotate(log_id_t id, char prio, const char* filename, const char* buf, size_t len, in logrotate()
163 static ssize_t __pmsg_write(const std::string& filename, const std::string& buf) { in __pmsg_write()
191 char buf[4096]; in copy_log_file() local
Droots.cpp132 struct stat buf; in get_file_size() local
/bootable/recovery/
Drecovery-persist.cpp71 char buf[4096]; in copy_file() local
92 const char *buf, size_t len, in logsave()
/bootable/recovery/minadbd/
Dfuse_adb_provider_test.cpp83 char buf[1]; in TEST() local
/bootable/libbootloader/gbl/efi/src/
Dlib.rs72 let mut buf = [0u8; 1]; in get_target_os() localVariable
Dops.rs245 let buf = unsafe { from_raw_parts_mut(ptr, size) }; in allocate_image_buffer() localVariable
/bootable/libbootloader/gbl/libgbl/src/fastboot/
Dbuffer_pool.rs74 buf: Option<T::Buffer>, field
Dvars.rs77 let mut buf = [0u8; 32]; in get_var_all_internal() localVariable
/bootable/libbootloader/gbl/libutils/src/
Dlib.rs88 let buf = &mut self.0.as_mut()[self.1..]; in append() localVariable
/bootable/libbootloader/gbl/libefi/src/protocol/
Dsimple_network.rs145 let buf = unsafe { buf.as_mut() }.unwrap(); in transmit() localVariable
Dgbl_efi_image_loading.rs967 let mut buf = protocol.get_buffer(&gbl_image_info).unwrap(); in test_proto_get_buffer() localVariable
/bootable/recovery/update_verifier/
Dupdate_verifier.cpp151 std::vector<uint8_t> buf(1024 * kBlockSize); in ReadBlocks() local
/bootable/libbootloader/gbl/libgbl/src/
Dimage_buffer.rs155 buf: Vec<u8>, field
Dpartition.rs39 let mut buf = [0u8; RAW_PARTITION_NAME_LEN]; in new() localVariable
Dops.rs589 let buf = data in read_from_partition_sync() localVariable
/bootable/recovery/minui/
Devents.cpp106 std::vector<int8_t> buf(event_len); in inotify_cb() local
/bootable/recovery/recovery_ui/
Dui.cpp551 char buf; in IsUsbConnected() local
/bootable/recovery/bootloader_message/
Dbootloader_message.cpp77 struct stat buf; in wait_for_device() local
/bootable/libbootloader/gbl/libstorage/src/
Dlib.rs308 let buf = match aligned_subslice(scratch, self.block_info().alignment) { in fill() localVariable
Dgpt.rs360 let mut buf = [0u8; GPT_NAME_LEN_U8]; in new() localVariable
/bootable/libbootloader/gbl/libefi/src/
Dlib.rs829 let buf = configuration_table.vendor_table; in new() localVariable