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

12

/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 Dftw.cpp24 #include <sys/stat.h>
29 int (*ftw_fn)(const char*, const struct stat*, int),
30 int (*nftw_fn)(const char*, const struct stat*, int, FTW*),
117 int ftw(const char* path, int (*ftw_fn)(const char*, const struct stat*, int), int nfds) { argument
121 int nftw(const char* path, int (*nftw_fn)(const char*, const struct stat*, int, FTW*), argument
28 do_nftw(const char *path, int (*ftw_fn)(const char*, const struct stat*, int), int (*nftw_fn)(const char*, const struct stat*, int, FTW*), int nfds, int nftw_flags) argument
/bionic/libc/include/sys/
H A Dstat.h33 #include <linux/stat.h>
117 struct stat { __STAT64_BODY }; struct
158 int fstat(int __fd, struct stat* __buf);
160 int fstatat(int __dir_fd, const char* __path, struct stat* __buf, int __flags);
162 int lstat(const char* __path, struct stat* __buf);
164 int stat(const char* __path, struct stat* __buf);
165 int stat64(const char* __path, struct stat64* __buf) __RENAME_STAT64(stat, 3, 21);
171 #include <bits/fortify/stat.h>
/bionic/libc/kernel/uapi/asm-arm/asm/
H A Dstat.h35 struct stat { struct
/bionic/libc/kernel/uapi/asm-generic/
H A Dstat.h23 struct stat { struct
/bionic/libc/kernel/uapi/asm-mips/asm/
H A Dstat.h24 struct stat { struct
69 struct stat { struct
/bionic/libc/versioner-dependencies/arm/kernel_uapi_asm-arm/asm/
H A Dstat.h35 struct stat { struct
/bionic/libc/versioner-dependencies/common/kernel_uapi/asm-arm/asm/
H A Dstat.h35 struct stat { struct
/bionic/libc/versioner-dependencies/common/kernel_uapi/asm-generic/
H A Dstat.h23 struct stat { struct
/bionic/libc/versioner-dependencies/common/kernel_uapi/asm-mips/asm/
H A Dstat.h24 struct stat { struct
69 struct stat { struct
/bionic/libc/versioner-dependencies/mips/kernel_uapi_asm-mips/asm/
H A Dstat.h24 struct stat { struct
69 struct stat { struct
/bionic/libc/versioner-dependencies/mips64/kernel_uapi_asm-mips/asm/
H A Dstat.h24 struct stat { struct
69 struct stat { struct
/bionic/tests/
H A Dglob_test.cpp55 static int fake_lstat(const char*, struct stat*) { argument
58 static int fake_stat(const char*, struct stat*) { argument
/bionic/tools/versioner/current/sys/
H A Dstat.h33 #include <linux/stat.h>
117 struct stat { __STAT64_BODY }; struct
158 int fstat(int __fd, struct stat* __buf);
160 int fstatat(int __dir_fd, const char* __path, struct stat* __buf, int __flags);
162 int lstat(const char* __path, struct stat* __buf);
164 int stat(const char* __path, struct stat* __buf);
165 int stat64(const char* __path, struct stat64* __buf) __RENAME_STAT64(stat, 3, 21);
171 #include <bits/fortify/stat.h>
/bionic/tools/versioner/dependencies/arm/kernel_uapi_asm-arm/asm/
H A Dstat.h35 struct stat { struct
/bionic/tools/versioner/dependencies/common/kernel_uapi/asm-arm/asm/
H A Dstat.h35 struct stat { struct
/bionic/tools/versioner/dependencies/common/kernel_uapi/asm-generic/
H A Dstat.h23 struct stat { struct
/bionic/tools/versioner/dependencies/common/kernel_uapi/asm-mips/asm/
H A Dstat.h24 struct stat { struct
69 struct stat { struct
/bionic/tools/versioner/dependencies/mips/kernel_uapi_asm-mips/asm/
H A Dstat.h24 struct stat { struct
69 struct stat { struct
/bionic/tools/versioner/dependencies/mips64/kernel_uapi_asm-mips/asm/
H A Dstat.h24 struct stat { struct
69 struct stat { struct
/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dstat.h24 struct stat { struct
71 struct stat { struct
/bionic/libc/versioner-dependencies/common/kernel_uapi/asm-x86/asm/
H A Dstat.h24 struct stat { struct
71 struct stat { struct
/bionic/libc/versioner-dependencies/x86/kernel_uapi_asm-x86/asm/
H A Dstat.h24 struct stat { struct
71 struct stat { struct
/bionic/libc/versioner-dependencies/x86_64/kernel_uapi_asm-x86/asm/
H A Dstat.h24 struct stat { struct
71 struct stat { struct
/bionic/tools/versioner/dependencies/common/kernel_uapi/asm-x86/asm/
H A Dstat.h24 struct stat { struct
71 struct stat { struct

Completed in 4163 milliseconds

12