Home
last modified time | relevance | path

Searched refs:adb_pwrite (Results 1 – 2 of 2) sorted by relevance

/packages/modules/adb/
Dsysdeps.h106 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
Dsysdeps_win32.cpp501 int adb_pwrite(borrowed_fd fd, const void* buf, int len, off64_t offset) { in adb_pwrite() function