Home
last modified time | relevance | path

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

/xnu-12377.1.9/libsyscall/wrappers/
H A Dstatfs_ext.c132 __statfs_ext_impl(const char *path, int fd, struct statfs *buf, int flags) in __statfs_ext_impl() function
174 return __statfs_ext_impl(NULL, fd, buf, flags); in fstatfs_ext()
190 return __statfs_ext_impl(path, -1, buf, flags); in statfs_ext()