Searched refs:stat (Results 1 - 25 of 48) sorted by relevance

12

/bionic/libc/bionic/
H A Dfstatfs.c32 int fstatfs(int fd, struct statfs* stat) argument
34 return __fstatfs64(fd, sizeof(struct statfs), stat);
H A Dstatfs.c32 int statfs(const char* path, struct statfs* stat) argument
34 return __statfs64(path, sizeof(struct statfs), stat);
H A Dfutimens.cpp30 #include <sys/stat.h>
H A Dftok.c30 #include <sys/stat.h>
34 struct stat st;
H A D__umask_chk.cpp32 #include <sys/stat.h>
H A Dtmpfile.cpp37 #include <sys/stat.h>
79 struct stat sb;
H A Dcpuacct.c31 #include <sys/stat.h>
H A Dpthread_setname_np.cpp34 #include <sys/stat.h>
H A Ddirent.cpp33 #include <sys/stat.h>
66 struct stat sb;
/bionic/libc/arch-mips/syscalls/
H A Dstat.S4 .globl stat
6 .ent stat
8 stat: label
22 .end stat
/bionic/libc/include/
H A Dftw.h29 #include <sys/stat.h>
39 #define FTW_NS 4 /* Unknown type; stat() failed. */
57 int ftw(const char *, int (*)(const char *, const struct stat *, int), int);
58 int nftw(const char *, int (*)(const char *, const struct stat *, int,
/bionic/libc/arch-arm/syscalls/
H A Dstat.S6 ENTRY(stat) function
15 END(stat)
/bionic/libc/upstream-freebsd/lib/libc/stdio/
H A Dremove.c40 #include <sys/stat.h>
47 struct stat sb;
H A Dmktemp.c38 #include <sys/stat.h>
97 struct stat sbuf;
138 rval = stat(path, &sbuf);
H A Dmakebuf.c41 #include <sys/stat.h>
92 struct stat st;
/bionic/libc/include/sys/
H A Dstat.h34 #include <linux/stat.h>
45 struct stat { struct
77 struct stat {
126 extern int stat(const char *, struct stat *);
127 extern int fstat(int, struct stat *);
128 extern int lstat(const char *, struct stat *);
154 #define stat64 stat
163 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
/bionic/libc/arch-x86/syscalls/
H A Dstat.S6 ENTRY(stat) function
24 END(stat)
/bionic/tests/
H A Dsys_stat_test.cpp21 #include <sys/stat.h>
37 struct stat sb;
/bionic/libc/kernel/common/linux/nfsd/
H A Dxdr.h107 struct kstat stat; member in struct:nfsd_attrstat
112 struct kstat stat; member in struct:nfsd_diropres
122 struct kstat stat; member in struct:nfsd_readres
/bionic/libc/kernel/arch-x86/asm/
H A Dstat.h22 struct stat { struct
/bionic/libc/kernel/arch-mips/asm/
H A Dstat.h25 struct stat { struct
81 struct stat { struct
/bionic/libc/upstream-netbsd/libc/gen/
H A Dftw.c31 #include <sys/stat.h>
38 ftw(const char *path, int (*fn)(const char *, const struct stat *, int),
H A Dnftw.c32 #include <sys/stat.h>
39 nftw(const char *path, int (*fn)(const char *, const struct stat *, int,
/bionic/libc/kernel/arch-arm/asm/
H A Dstat.h39 struct stat { struct
/bionic/libc/private/
H A Dsyscommon.h20 #include <sys/stat.h>

Completed in 1207 milliseconds

12