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

123

/bionic/libc/kernel/uapi/asm-arm64/asm/
H A Dstat.h19 #include <asm-generic/stat.h>
/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 Dfutimens.cpp30 #include <sys/stat.h>
H A Dlstat.cpp30 #include <sys/stat.h>
34 int lstat(const char* path, struct stat* sb) {
H A D__umask_chk.cpp32 #include <sys/stat.h>
H A Dchmod.cpp30 #include <sys/stat.h>
H A Dmkdir.cpp30 #include <sys/stat.h>
H A Dlfs64_support.cpp22 // open (our open is actually open64) and stat and stat64 are the same.
36 typedef int (*ftw_fn)(const char*, const struct stat*, int);
37 typedef int (*nftw_fn)(const char*, const struct stat*, int, struct FTW*);
H A Dchown.cpp30 #include <sys/stat.h>
H A Dlchown.cpp30 #include <sys/stat.h>
H A Dmkfifo.cpp29 #include <sys/stat.h>
H A Dmknod.cpp30 #include <sys/stat.h>
H A Dreadlink.cpp32 #include <sys/stat.h>
H A Dutimes.cpp31 #include <sys/stat.h>
H A Dfchmod.cpp30 #include <sys/stat.h>
H A Dfchmodat.cpp30 #include <sys/stat.h>
H A Dflistxattr.cpp29 #include <sys/stat.h>
/bionic/libc/upstream-openbsd/lib/libc/gen/
H A Dftok.c30 #include <sys/stat.h>
36 struct stat st;
38 if (stat(path, &st) < 0)
/bionic/libc/include/
H A Dftw.h29 #include <sys/stat.h>
39 #define FTW_NS 4 /* Unknown type; stat() failed. */
57 int ftw(const char *, int (*)(const char *, const struct stat *, int), int);
58 int nftw(const char *, int (*)(const char *, const struct stat *, int,
/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dremove.c37 #include <sys/stat.h>
42 struct stat st;
/bionic/tests/
H A Dftw_test.cpp21 #include <sys/stat.h>
50 void sanity_check_ftw(const char* fpath, const struct stat* sb, int tflag) {
63 void sanity_check_nftw(const char* fpath, const struct stat* sb, int tflag, struct FTW* ftwbuf) {
68 int check_ftw(const char* fpath, const struct stat* sb, int tflag) {
74 sanity_check_ftw(fpath, reinterpret_cast<const struct stat*>(sb), tflag);
78 int check_nftw(const char* fpath, const struct stat* sb, int tflag, struct FTW* ftwbuf) {
84 sanity_check_nftw(fpath, reinterpret_cast<const struct stat*>(sb), tflag, ftwbuf);
/bionic/libc/arch-mips64/bionic/
H A Dstat.cpp29 #include <sys/stat.h>
56 static void copy_stat(struct stat* st, struct kernel_stat* s) {
75 int fstat(int fp, struct stat* st) {
83 int fstatat(int dirfd, const char* pathname, struct stat* buf, int flags) {
/bionic/libc/include/sys/
H A Dstat.h33 #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

Completed in 994 milliseconds

123