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

  /bionic/libc/stdio/
stdio.cpp 662 fpos_t (*seek_fn)(void*, fpos_t, int),
666 fp->_seek = seek_fn;
674 fpos64_t (*seek_fn)(void*, fpos64_t, int),
678 _EXT(fp)->_seek64 = seek_fn;
  /bionic/tests/
stdio_test.cpp 2124 auto seek_fn = [](void*, fpos_t, int) -> fpos_t { return 0xfedcba12; }; local
    [all...]

Completed in 456 milliseconds