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

12

/bionic/libc/unistd/
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 Dftok.c30 #include <sys/stat.h>
34 struct stat st;
/bionic/libc/arch-arm/syscalls/
H A Dstat.S5 .type stat, #function
6 .globl stat
10 stat: label
/bionic/libc/include/sys/
H A Dstat.h34 #include <linux/stat.h>
44 struct stat { struct
85 extern int stat(const char *, struct stat *);
86 extern int fstat(int, struct stat *);
87 extern int lstat(const char *, struct stat *);
91 #define stat64 stat
100 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
H A Dlinux-unistd.h94 int fstatat (int dirfd, const char *path, struct stat *buf, int flags);
110 int fstat (int, struct stat*);
111 int stat (const char *, struct stat *);
112 int lstat (const char *, struct stat *);
/bionic/libc/stdio/
H A Dremove.c37 #include <sys/stat.h>
42 struct stat st;
H A Dfopen.c35 #include <sys/stat.h>
40 #include <linux/stat.h>
H A Dmktemp.c32 #include <sys/stat.h>
88 struct stat sbuf;
133 rval = stat(path, &sbuf);
H A Dmakebuf.c35 #include <sys/stat.h>
83 struct stat st;
H A Dtmpfile.c35 #include <sys/stat.h>
H A Dfseek.c35 #include <sys/stat.h>
54 struct stat st;
/bionic/libc/arch-sh/syscalls/
H A Dstat.S5 .type stat, @function
6 .globl stat
9 stat: label
/bionic/libc/arch-x86/syscalls/
H A Dstat.S5 .type stat, @function
6 .globl stat
9 stat: label
/bionic/libc/kernel/arch-x86/asm/
H A Dstat.h18 struct stat { struct
75 struct stat { struct
/bionic/libc/kernel/common/linux/nfsd/
H A Dxdr.h96 struct kstat stat; member in struct:nfsd_attrstat
101 struct kstat stat; member in struct:nfsd_diropres
111 struct kstat stat; member in struct:nfsd_readres
/bionic/libc/bionic/
H A Dcpuacct.c31 #include <sys/stat.h>
H A Drealpath.c44 #include <sys/stat.h>
64 struct stat sb;
/bionic/libc/kernel/arch-sh/asm/
H A Dstat.h30 struct stat { struct
86 struct stat { struct
/bionic/libc/kernel/arch-arm/asm/
H A Dstat.h31 struct stat { struct
/bionic/libc/private/
H A Dsyscommon.h20 #include <sys/stat.h>
/bionic/libc/include/
H A Dfts.h52 #define FTS_NOSTAT 0x0008 /* don't get stat info */
94 #define FTS_NS 10 /* stat(2) failed */
95 #define FTS_NSOK 11 /* no stat(2) requested */
110 struct stat *fts_statp; /* stat(2) information */
/bionic/libc/netbsd/net/
H A Dnsdispatch.c74 #include <sys/stat.h>
/bionic/libc/kernel/common/linux/
H A Dmodule.h18 #include <linux/stat.h>
/bionic/libc/kernel/common/linux/sunrpc/
H A Dxprt.h160 } stat; member in struct:rpc_xprt

Completed in 442 milliseconds

12