Searched refs:try_lseek (Results 1 - 1 of 1) sorted by relevance

/external/toybox/toys/posix/
H A Dtail.c76 static int try_lseek(int fd, long bytes, long lines) function
160 if (CFG_TAIL_SEEK && try_lseek(fd, bytes, lines)) return;

Completed in 160 milliseconds