HomeSort by relevance Sort by last modified time
    Searched full:__seek_unlocked (Results 1 - 1 of 1) sorted by null

  /bionic/libc/stdio/
stdio.cpp 426 static off64_t __seek_unlocked(FILE* fp, off64_t offset, int whence) { function
446 off64_t result = __seek_unlocked(fp, 0, SEEK_CUR);
492 if (__sflush(fp) || __seek_unlocked(fp, offset, whence) == -1) {

Completed in 82 milliseconds