Home | History | Annotate | Download | only in wrapsim

Lines Matching full:stat

20 #include <sys/stat.h>
50 /proc/... (e.g. /proc/stat) -- we're showing real pid, so real proc will work
57 May also need stat(). We don't need all fd calls, e.g. fchdir() is
79 readlink(), rename(), rmdir(), stat()/stat64(), statfs/statfs64(),
189 PASS_THROUGH_DECL(lstat, int, const char* path, struct stat* buf)
192 PASS_THROUGH_DECL(lstat64, int, const char* path, struct stat* buf)
204 PASS_THROUGH_DECL(stat, int, const char* path, struct stat* buf)
205 PASS_THROUGH_BODY(stat, path, buf)
207 PASS_THROUGH_DECL(stat64, int, const char* path, struct stat* buf)
237 int (*fn) (const char* fpath, const struct stat* sb, int typeflag),
315 * glibc stat turns into this (32-bit).
317 int __xstat(int version, const char* path, struct stat* sbuf)
326 * glibc stat turns into this (64-bit).
328 int __xstat64(int version, const char* path, struct stat* sbuf)
339 int __lxstat(int version, const char* path, struct stat* sbuf)
350 int __lxstat64(int version, const char* path, struct stat* sbuf)