Home
last modified time | relevance | path

Searched defs:buf (Results 1 – 10 of 10) 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/
Drecovery-persist.cpp71 char buf[4096]; in copy_file() local
88 const char *buf, size_t len, in logsave()
Dfsck_unshare_blocks.cpp58 char buf[4096]; in copy_file() local
/bootable/recovery/otautil/
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()
192 char buf[4096]; in copy_log_file() local
Droots.cpp110 struct stat buf; in get_file_size() local
/bootable/recovery/minadbd/
Dfuse_adb_provider_test.cpp83 char buf[1]; in TEST() local
/bootable/recovery/update_verifier/
Dupdate_verifier.cpp155 std::vector<uint8_t> buf(1024 * kBlockSize); in ReadBlocks() local
/bootable/recovery/recovery_ui/
Dui.cpp511 char buf; in IsUsbConnected() local
/bootable/recovery/bootloader_message/
Dbootloader_message.cpp70 struct stat buf; in wait_for_device() local
/bootable/recovery/boot_control/
Dboot_control.cpp64 static uint32_t CRC32(const uint8_t* buf, size_t size) { in CRC32()