Searched refs:pwrite (Results 1 – 1 of 1) sorted by relevance
99 static ssize_t pwrite(int fd, const void* buf, size_t count, off64_t offset) { in pwrite() function393 int rc = TEMP_FAILURE_RETRY(pwrite(fd_, buf, byte_count, offset)); in Write()453 ? TEMP_FAILURE_RETRY(pwrite(fd_, ptr, byte_count, offset)) in WriteFullyGeneric()