Home
last modified time | relevance | path

Searched refs:stat (Results 1 – 25 of 35) sorted by relevance

12

/bionic/libc/arch-mips/syscalls/
Dstat.S4 .globl stat symbol
6 .ent stat
8 stat: label
22 .end stat
/bionic/libc/include/sys/
Dstat.h45 struct stat { struct
77 struct stat { argument
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/bionic/
Dfstatfs.c32 int fstatfs(int fd, struct statfs* stat) in fstatfs() argument
34 return __fstatfs64(fd, sizeof(struct statfs), stat); in fstatfs()
Dstatfs.c32 int statfs(const char* path, struct statfs* stat) in statfs() argument
34 return __statfs64(path, sizeof(struct statfs), stat); in statfs()
Dftok.c34 struct stat st; in ftok()
Dtmpfile.cpp79 struct stat sb; in __tmpfile_dir()
Ddirent.cpp66 struct stat sb; in fdopendir()
Dfts.c795 struct stat *sbp, sb; in fts_stat()
807 if (stat(p->fts_accpath, sbp)) { in fts_stat()
818 err: memset(sbp, 0, sizeof(struct stat)); in fts_stat()
909 len += sizeof(struct stat) + ALIGNBYTES; in fts_alloc()
918 p->fts_statp = (struct stat *)ALIGN(p->fts_name + namelen + 2); in fts_alloc()
1018 struct stat sb; in fts_safe_changedir()
/bionic/libc/include/
Dftw.h57 int ftw(const char *, int (*)(const char *, const struct stat *, int), int);
58 int nftw(const char *, int (*)(const char *, const struct stat *, int,
Dfts.h110 struct stat *fts_statp; /* stat(2) information */
/bionic/libc/arch-arm/syscalls/
Dstat.S6 ENTRY(stat)
15 END(stat)
/bionic/libc/arch-x86/syscalls/
Dstat.S6 ENTRY(stat)
24 END(stat)
/bionic/libc/kernel/common/linux/nfsd/
Dxdr.h107 struct kstat stat; member
112 struct kstat stat; member
122 struct kstat stat; member
/bionic/libc/upstream-freebsd/lib/libc/stdio/
Dremove.c47 struct stat sb; in remove()
Dmktemp.c97 struct stat sbuf; in _gettemp()
138 rval = stat(path, &sbuf); in _gettemp()
Dmakebuf.c92 struct stat st; in __swhatbuf()
/bionic/libc/kernel/arch-mips/asm/
Dstat.h25 struct stat { struct
81 struct stat { struct
/bionic/libc/kernel/arch-x86/asm/
Dstat.h22 struct stat { struct
/bionic/libc/kernel/arch-arm/asm/
Dstat.h39 struct stat { struct
/bionic/tests/
Dsys_stat_test.cpp37 struct stat sb; in TEST()
Dpthread_test.cpp223 struct stat sb; in TEST()
224 bool has_comm = (stat(filename, &sb) != -1); in TEST()
/bionic/libc/upstream-netbsd/libc/gen/
Dftw.c38 ftw(const char *path, int (*fn)(const char *, const struct stat *, int), in ftw() argument
Dnftw.c39 nftw(const char *path, int (*fn)(const char *, const struct stat *, int, in nftw() argument
/bionic/libc/kernel/common/linux/sunrpc/
Dxprt.h169 } stat; member
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
Drealpath.c53 struct stat sb; in realpath()

12