Searched defs:stat (Results 1 – 13 of 13) sorted by relevance
/development/ndk/platforms/android-3/include/sys/ |
D | stat.h | 44 struct stat { struct 45 unsigned long long st_dev; 46 unsigned char __pad0[4]; 48 unsigned long __st_ino; 49 unsigned int st_mode; 50 unsigned int st_nlink; 52 unsigned long st_uid; 53 unsigned long st_gid; 55 unsigned long long st_rdev; 56 unsigned char __pad3[4]; [all …]
|
/development/ndk/platforms/android-9/arch-mips/include/sys/ |
D | stat.h | 45 struct stat { struct 46 unsigned long st_dev; 47 unsigned long __pad0[3]; 49 unsigned long long st_ino; 51 unsigned int st_mode; 52 unsigned int st_nlink; 77 struct stat { argument
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
D | stat.h | 25 struct stat { struct 26 unsigned st_dev; 27 long st_pad1[3]; 52 struct stat64 { argument 81 struct stat { struct 82 unsigned int st_dev; 84 unsigned int st_pad0[3]; 85 unsigned long st_ino; 86 mode_t st_mode; 87 nlink_t st_nlink; [all …]
|
/development/ndk/platforms/android-3/arch-arm/include/asm/ |
D | stat.h | 31 struct stat { struct 33 unsigned short st_dev; 34 unsigned short __pad1; 38 unsigned long st_ino; 62 struct stat64 { argument
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
D | stat.h | 22 struct stat { struct 24 unsigned long st_dev; 25 unsigned long st_ino; 49 struct stat64 { argument
|
/development/ndk/sources/android/libportable/arch-mips/ |
D | statfs.c | 35 int statfs_portable(const char* path, struct statfs_portable* stat) in statfs_portable() 43 int fstatfs_portable(int fd, struct statfs_portable* stat) in fstatfs_portable()
|
/development/tools/emulator/opengl/shared/OpenglCodecCommon/ |
D | SocketStream.cpp | 99 ssize_t stat = ::send(m_sock, (const char *)buffer + (size - res), res, 0); in writeFully() local 122 ssize_t stat = ::recv(m_sock, (char *)(buf) + len - res, res, 0); in readFully() local
|
/development/tools/emulator/opengl/system/OpenglSystemCommon/ |
D | QemuPipeStream.cpp | 94 ssize_t stat = ::write(m_sock, (const char *)(buf) + (len - res), res); in writeFully() local 125 ssize_t stat = ::read(m_sock, (char *)(buf) + len - res, len); in readFully() local
|
/development/tools/emulator/opengl/host/include/libOpenglRender/ |
D | IOStream.h | 75 int stat = commitBuffer(m_bufsize - m_free); in flush() local
|
/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-3/include/linux/sunrpc/ |
D | xprt.h | 160 } stat; member
|
/development/ndk/platforms/android-3/include/linux/ |
D | coda.h | 507 struct coda_statfs stat; member
|
D | cdrom.h | 186 int stat; member
|