HomeSort by relevance Sort by last modified time
    Searched defs:fpathconf (Results 1 - 3 of 3) sorted by null

  /bionic/libc/bionic/
pathconf.cpp 150 long fpathconf(int fd, int name) { function
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixNativeDispatcher.java 531 * long fpathconf(int fildes, int name);
533 static native long fpathconf(int filedes, int name) throws UnixException; method in class:UnixNativeDispatcher
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 526 #define fpathconf(...) (pthread_testcancel(), fpathconf(__VA_ARGS__)) macro
    [all...]

Completed in 377 milliseconds