Home
last modified time | relevance | path

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

/system/core/adb/
Dsysdeps.h147 static inline int unix_lseek(borrowed_fd fd, int pos, int where) { in unix_lseek() function
606 #define unix_lseek adb_lseek macro
Dadb.cpp663 unix_lseek(fd, -128 * 1024, SEEK_END); in ReportServerStartupFailure()