Searched refs:adb_pwrite (Results 1 – 2 of 2) sorted by relevance
106 extern int adb_pwrite(borrowed_fd fd, const void* buf, int len, off64_t offset);543 static inline int adb_pwrite(int fd, const void* buf, size_t len, off64_t offset) { in adb_pwrite() function
501 int adb_pwrite(borrowed_fd fd, const void* buf, int len, off64_t offset) { in adb_pwrite() function