Searched refs:pwrite64 (Results 1 – 4 of 4) sorted by relevance
/system/core/libutils/include/utils/ |
D | Compat.h | 44 static inline ssize_t pwrite64(int fd, const void* buf, size_t nbytes, off64_t offset) { in pwrite64() function
|
/system/memory/libmeminfo/ |
D | pageacct.cpp | 123 if (pwrite64(pageidle_fd_, &idle_bits, sizeof(uint64_t), offset) < 0) { in MarkPageIdle()
|
/system/vold/ |
D | EncryptInplace.cpp | 192 if (pwrite64(cryptofd_, &io_buffer_[0], bytes, offset) != bytes) { in EncryptPendingData()
|
/system/extras/libfec/ |
D | fec_read.cpp | 500 ssize_t n = TEMP_FAILURE_RETRY(pwrite64(fd, p, remaining, offset)); in raw_pwrite()
|