Home
last modified time | relevance | path

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

/third_party/musl/src/stat/
Dstatvfs.c5 static int __statfs(const char *path, struct statfs *buf) in __statfs() function
25 weak_alias(__statfs, statfs);
47 if (__statfs(path, &kbuf)<0) return -1; in statvfs()