Searched defs:buf_ (Results 1 – 2 of 2) sorted by relevance
148 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()
157 uint8_t* buf_; member in android::snapshot::MemoryByteSink