/development/ndk/platforms/android-3/include/sys/ |
D | stat.h | 44 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/ |
D | stat.c | 21 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/ |
D | stat.h | 45 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/ |
D | statfs.c | 38 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()
|
D | stat.c | 23 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/ |
D | xdr.h | 96 struct kstat stat; member 101 struct kstat stat; member 111 struct kstat stat; member
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
D | stat.h | 25 struct stat { struct 81 struct stat { struct
|
/development/scripts/ |
D | divide_and_compress_test.py | 26 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 …]
|
D | divide_and_compress.py | 41 import stat
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
D | stat.h | 22 struct stat { struct
|
/development/ndk/platforms/android-3/arch-arm/include/asm/ |
D | stat.h | 31 struct stat { struct
|
/development/ndk/sources/android/libportable/ |
D | Android.mk | 54 arch-mips/stat.c \ 83 arch-x86/stat.c \
|
/development/ndk/platforms/android-8/include/ |
D | fts.h | 110 struct stat *fts_statp; /* stat(2) information */
|
/development/ndk/sources/android/libportable/common/include/ |
D | stat_portable.h | 124 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/ |
D | xprt.h | 160 } stat; member
|
/development/build/tools/ |
D | mk_sdk_repo_xml.sh | 387 SIZE=$( stat -f %z "$SRC" ) 389 SIZE=$( stat -c %s "$SRC" )
|
/development/ndk/platforms/android-3/include/linux/ |
D | coda.h | 507 struct coda_statfs stat; member
|
D | cdrom.h | 186 int stat; member
|
/development/ndk/platforms/android-9/arch-x86/symbols/ |
D | libc.so.functions.txt | 778 stat
|
/development/ndk/platforms/android-9/arch-mips/symbols/ |
D | libc.so.functions.txt | 784 stat
|
/development/ndk/platforms/android-3/arch-arm/symbols/ |
D | libc.so.functions.txt | 809 stat
|
/development/ndk/platforms/android-5/arch-arm/symbols/ |
D | libc.so.functions.txt | 847 stat
|
/development/ndk/platforms/android-8/arch-arm/symbols/ |
D | libc.so.functions.txt | 894 stat
|
/development/ndk/platforms/android-9/arch-arm/symbols/ |
D | libc.so.functions.txt | 918 stat
|