Home
last modified time | relevance | path

Searched refs:fildes (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/include/
Dpathconf.h58 extern long fpathconf(int fildes, int name);
/bionic/libc/bionic/
Dpathconf.c201 long fpathconf(int fildes, int name) in fpathconf() argument
204 int ret = fstatfs(fildes, &buf); in fpathconf()