Searched defs:stat (Results 1 - 14 of 14) sorted by relevance

/bionic/libc/arch-arm/syscalls/
H A Dstat.S6 ENTRY(stat) function
15 END(stat)
/bionic/libc/arch-mips/syscalls/
H A Dstat.S4 .globl stat
6 .ent stat
8 stat: label
22 .end stat
/bionic/libc/arch-x86/syscalls/
H A Dstat.S6 ENTRY(stat) function
24 END(stat)
/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);
/bionic/libc/kernel/arch-mips/asm/
H A Dstat.h25 struct stat { struct
81 struct stat { struct
/bionic/libc/kernel/arch-x86/asm/
H A Dstat.h22 struct stat { struct
/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/kernel/arch-arm/asm/
H A Dstat.h39 struct stat { struct
/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/common/linux/sunrpc/
H A Dxprt.h169 } stat; member in struct:rpc_xprt
/bionic/libc/kernel/common/linux/
H A Dcoda.h532 struct coda_statfs stat; member in struct:coda_statfs_out
H A Dcdrom.h202 int stat; member in struct:cdrom_generic_command
/bionic/libc/upstream-dlmalloc/
H A Dmalloc.c1988 long stat = malloc_global_mutex_status; local
1989 if (stat > 0)
1992 if (stat == 0 &&

Completed in 491 milliseconds