Home
last modified time | relevance | path

Searched defs:stat (Results 1 – 13 of 13) sorted by relevance

/development/ndk/platforms/android-3/include/sys/
Dstat.h44 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/
Dstat.h45 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/
Dstat.h25 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/
Dstat.h31 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/
Dstat.h22 struct stat { struct
24 unsigned long st_dev;
25 unsigned long st_ino;
49 struct stat64 { argument
/development/ndk/sources/android/libportable/arch-mips/
Dstatfs.c35 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/
DSocketStream.cpp99 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/
DQemuPipeStream.cpp94 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/
DIOStream.h75 int stat = commitBuffer(m_bufsize - m_free); in flush() local
/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-3/include/linux/sunrpc/
Dxprt.h160 } stat; member
/development/ndk/platforms/android-3/include/linux/
Dcoda.h507 struct coda_statfs stat; member
Dcdrom.h186 int stat; member