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

/bionic/libc/bionic/
H A Dstat.cpp30 #include <sys/stat.h>
34 int stat(const char* path, struct stat* sb) { function
37 __strong_alias(stat64, stat);
H A Dlegacy_32_bit_support.cpp59 int fstatfs(int fd, struct statfs* stat) { argument
60 return __fstatfs64(fd, sizeof(*stat), stat);
65 int statfs(const char* path, struct statfs* stat) { argument
66 return __statfs64(path, sizeof(*stat), stat);
/bionic/libc/include/sys/
H A Dstat.h34 #include <linux/stat.h>
130 struct stat { __STAT64_BODY }; struct
150 extern int fstat(int, struct stat*);
152 extern int fstatat(int, const char*, struct stat*, int);
154 extern int lstat(const char*, struct stat*);
156 extern int stat(const char*, struct stat*);
/bionic/libc/kernel/uapi/asm-arm/asm/
H A Dstat.h39 struct stat { struct
/bionic/libc/kernel/uapi/asm-generic/
H A Dstat.h24 struct stat { struct
/bionic/libc/kernel/uapi/asm-mips/asm/
H A Dstat.h25 struct stat { struct
81 struct stat { struct
/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dstat.h25 struct stat { struct
81 struct stat { struct
/bionic/libc/tools/
H A Dgensyscalls.py13 import stat namespace
/bionic/libc/kernel/uapi/linux/
H A Dbtrfs.h219 struct btrfs_balance_progress stat; member in struct:btrfs_ioctl_balance_args
H A Dcoda.h532 struct coda_statfs stat; member in struct:coda_statfs_out
H A Dcdrom.h204 int stat; member in struct:cdrom_generic_command
/bionic/libc/kernel/uapi/linux/dvb/
H A Dfrontend.h467 struct dtv_stats stat[MAX_DTV_STATS]; member in struct:dtv_fe_stats
/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 257 milliseconds