HomeSort by relevance Sort by last modified time
    Searched refs:fileno_unlocked (Results 1 - 4 of 4) sorted by null

  /bionic/libc/include/
stdio.h 253 int fileno_unlocked(FILE* __fp) __INTRODUCED_IN(24);
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 99 extern "C" int fileno_unlocked(void *stream);
    [all...]
  /bionic/libc/stdio/
stdio.cpp 451 int fileno_unlocked(FILE* fp) { function
464 return fileno_unlocked(fp);
  /bionic/tests/
stdio_test.cpp     [all...]

Completed in 4401 milliseconds