Home
last modified time | relevance | path

Searched defs:bytes (Results 1 – 10 of 10) sorted by relevance

/bootable/recovery/otautil/include/otautil/
Dprint_sha1.h43 [[maybe_unused]] static std::string print_hex(const uint8_t* bytes, size_t len) { in print_hex()
/bootable/libbootloader/gbl/libc/src/
Dlib.rs51 let bytes = unsafe { core::ffi::CStr::from_ptr(ptr).to_bytes_with_nul() }; in strrchr() localVariable
/bootable/deprecated-ota/applypatch/
Dfreecache.cpp154 bool CheckAndFreeSpaceOnCache(size_t bytes) { in CheckAndFreeSpaceOnCache()
/bootable/recovery/
Drecovery-persist.cpp72 size_t bytes; in copy_file() local
/bootable/libbootloader/gbl/libabr/src/
Dlib.rs240 let mut bytes = [0u8; ABR_DATA_SIZE]; in deserialize() localVariable
397 let mut bytes = abr_data.serialize(); in save_metadata() localVariable
636 let mut bytes = val.to_le_bytes(); in reverse_u32() localVariable
/bootable/libbootloader/gbl/libbootconfig/src/
Dlib.rs135 let bytes = self.config_bytes(); in fmt() localVariable
/bootable/recovery/recovery_utils/
Dlogging.cpp192 size_t bytes; in copy_log_file() local
/bootable/deprecated-ota/updater/
Dinstall.cpp615 size_t bytes; in ApplyPatchSpaceFn() local
/bootable/libbootloader/gbl/libgbl/src/
Dlib.rs222 let bytes: SuffixBytes = in load_and_verify_image() localVariable
/bootable/libbootloader/gbl/libefi/src/
Dlib.rs620 let bytes = &self.memory_map.buffer[self.offset..][..self.memory_map.descriptor_size]; in next() localVariable