Searched defs:stat (Results 1 - 12 of 12) 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);
/bionic/libc/include/sys/
H A Dstat.h32 #include <linux/stat.h>
117 struct stat { __STAT64_BODY }; struct
142 extern int fstat(int, struct stat*);
144 extern int fstatat(int, const char*, struct stat*, int);
146 extern int lstat(const char*, struct stat*);
148 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
83 struct stat { struct
/bionic/libc/tools/
H A Dgensyscalls.py15 import stat namespace
/bionic/libc/kernel/uapi/linux/
H A Dbtrfs.h226 struct btrfs_balance_progress stat; member in struct:btrfs_ioctl_balance_args
H A Dcoda.h545 struct coda_statfs stat; member in struct:coda_statfs_out
H A Dcdrom.h186 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 203 milliseconds