Home
last modified time | relevance | path

Searched refs:stat (Results 1 – 24 of 24) sorted by relevance

/development/ndk/platforms/android-3/include/sys/
Dstat.h44 struct stat { struct
85 extern int stat(const char *, struct stat *); argument
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);
/development/ndk/sources/android/libportable/arch-x86/
Dstat.c21 int WRAP(stat)(const char *path, struct stat_portable *s) in WRAP() argument
23 struct stat x86_stat; in WRAP()
24 int ret = REAL(stat)(path, &x86_stat); in WRAP()
31 struct stat x86_stat; in WRAP()
39 struct stat x86_stat; in WRAP()
47 struct stat x86_stat; in WRAP()
/development/ndk/platforms/android-9/arch-mips/include/sys/
Dstat.h45 struct stat { struct
77 struct stat { argument
119 extern int stat(const char *, struct stat *);
120 extern int fstat(int, struct stat *);
121 extern int lstat(const char *, struct stat *);
125 #define stat64 stat
134 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
/development/ndk/sources/android/libportable/arch-mips/
Dstatfs.c38 int WRAP(statfs)(const char* path, struct statfs_portable* stat) in WRAP()
43 if (invalid_pointer(stat)) { in WRAP()
48 statfs_ntop(&mips_stat, stat); in WRAP()
52 int WRAP(fstatfs)(int fd, struct statfs_portable* stat) in WRAP()
57 if (invalid_pointer(stat)) { in WRAP()
62 statfs_ntop(&mips_stat, stat); in WRAP()
Dstat.c23 int WRAP(stat)(const char *path, struct stat_portable *s) in WRAP() argument
25 struct stat mips_stat; in WRAP()
32 ret = REAL(stat)(path, &mips_stat); in WRAP()
39 struct stat mips_stat; in WRAP()
53 struct stat mips_stat; in WRAP()
67 struct stat mips_stat; in WRAP()
/development/ndk/platforms/android-3/include/linux/nfsd/
Dxdr.h96 struct kstat stat; member
101 struct kstat stat; member
111 struct kstat stat; member
/development/ndk/platforms/android-9/arch-mips/include/asm/
Dstat.h25 struct stat { struct
81 struct stat { struct
/development/scripts/
Ddivide_and_compress_test.py26 import stat
71 os.stat('/foo/0.zip').AndReturn([test_file_size])
72 self.my_mox.StubOutWithMock(stat, 'ST_SIZE')
73 stat.ST_SIZE = 0
74 os.stat('/baz/0.zip').AndReturn([test_file_size])
75 mox.Replay(os.stat)
239 os.stat(''.join([os.getcwd(), '/0.zip'])).AndReturn([49302])
240 self.my_mox.StubOutWithMock(stat, 'ST_SIZE')
241 stat.ST_SIZE = 0
304 os.stat(''.join([self.input_dir, self.file_to_add])).AndReturn([39480])
[all …]
Ddivide_and_compress.py41 import stat
/development/ndk/platforms/android-9/arch-x86/include/asm/
Dstat.h22 struct stat { struct
/development/ndk/platforms/android-3/arch-arm/include/asm/
Dstat.h31 struct stat { struct
/development/ndk/sources/android/libportable/
DAndroid.mk54 arch-mips/stat.c \
83 arch-x86/stat.c \
/development/ndk/platforms/android-8/include/
Dfts.h110 struct stat *fts_statp; /* stat(2) information */
/development/ndk/sources/android/libportable/common/include/
Dstat_portable.h124 static inline void stat_ntop(struct stat *n_stat, struct stat_portable *p_stat) in stat_ntop()
/development/ndk/platforms/android-3/include/linux/sunrpc/
Dxprt.h160 } stat; member
/development/build/tools/
Dmk_sdk_repo_xml.sh387 SIZE=$( stat -f %z "$SRC" )
389 SIZE=$( stat -c %s "$SRC" )
/development/ndk/platforms/android-3/include/linux/
Dcoda.h507 struct coda_statfs stat; member
Dcdrom.h186 int stat; member
/development/ndk/platforms/android-9/arch-x86/symbols/
Dlibc.so.functions.txt778 stat
/development/ndk/platforms/android-9/arch-mips/symbols/
Dlibc.so.functions.txt784 stat
/development/ndk/platforms/android-3/arch-arm/symbols/
Dlibc.so.functions.txt809 stat
/development/ndk/platforms/android-5/arch-arm/symbols/
Dlibc.so.functions.txt847 stat
/development/ndk/platforms/android-8/arch-arm/symbols/
Dlibc.so.functions.txt894 stat
/development/ndk/platforms/android-9/arch-arm/symbols/
Dlibc.so.functions.txt918 stat