/bionic/libc/arch-mips/syscalls/ |
D | stat.S | 4 .globl stat symbol 6 .ent stat 8 stat: label 22 .end stat
|
/bionic/libc/include/sys/ |
D | stat.h | 45 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/ |
D | fstatfs.c | 32 int fstatfs(int fd, struct statfs* stat) in fstatfs() argument 34 return __fstatfs64(fd, sizeof(struct statfs), stat); in fstatfs()
|
D | statfs.c | 32 int statfs(const char* path, struct statfs* stat) in statfs() argument 34 return __statfs64(path, sizeof(struct statfs), stat); in statfs()
|
D | ftok.c | 34 struct stat st; in ftok()
|
D | tmpfile.cpp | 79 struct stat sb; in __tmpfile_dir()
|
D | dirent.cpp | 66 struct stat sb; in fdopendir()
|
D | fts.c | 795 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/ |
D | ftw.h | 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,
|
D | fts.h | 110 struct stat *fts_statp; /* stat(2) information */
|
/bionic/libc/arch-arm/syscalls/ |
D | stat.S | 6 ENTRY(stat) 15 END(stat)
|
/bionic/libc/arch-x86/syscalls/ |
D | stat.S | 6 ENTRY(stat) 24 END(stat)
|
/bionic/libc/kernel/common/linux/nfsd/ |
D | xdr.h | 107 struct kstat stat; member 112 struct kstat stat; member 122 struct kstat stat; member
|
/bionic/libc/upstream-freebsd/lib/libc/stdio/ |
D | remove.c | 47 struct stat sb; in remove()
|
D | mktemp.c | 97 struct stat sbuf; in _gettemp() 138 rval = stat(path, &sbuf); in _gettemp()
|
D | makebuf.c | 92 struct stat st; in __swhatbuf()
|
/bionic/libc/kernel/arch-mips/asm/ |
D | stat.h | 25 struct stat { struct 81 struct stat { struct
|
/bionic/libc/kernel/arch-x86/asm/ |
D | stat.h | 22 struct stat { struct
|
/bionic/libc/kernel/arch-arm/asm/ |
D | stat.h | 39 struct stat { struct
|
/bionic/tests/ |
D | sys_stat_test.cpp | 37 struct stat sb; in TEST()
|
D | pthread_test.cpp | 223 struct stat sb; in TEST() 224 bool has_comm = (stat(filename, &sb) != -1); in TEST()
|
/bionic/libc/upstream-netbsd/libc/gen/ |
D | ftw.c | 38 ftw(const char *path, int (*fn)(const char *, const struct stat *, int), in ftw() argument
|
D | nftw.c | 39 nftw(const char *path, int (*fn)(const char *, const struct stat *, int, in nftw() argument
|
/bionic/libc/kernel/common/linux/sunrpc/ |
D | xprt.h | 169 } stat; member
|
/bionic/libc/upstream-freebsd/lib/libc/stdlib/ |
D | realpath.c | 53 struct stat sb; in realpath()
|