Home
last modified time | relevance | path

Searched defs:buf_ (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/trusty/storage/proxy/
H A Dstorage.c148 static ssize_t write_with_retry(int fd, const void *buf_, size_t size, off_t offset) in write_with_retry()
164 static ssize_t read_with_retry(int fd, void *buf_, size_t size, off_t offset) in read_with_retry()
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_reader.cpp157 uint8_t* buf_; member in android::snapshot::MemoryByteSink