HomeSort by relevance Sort by last modified time
    Searched defs:stat (Results 51 - 75 of 397) sorted by null

1 23 4 5 6 7 8 91011>>

  /hardware/ti/omap4xxx/libtiutils/
MessageQueue.cpp 45 android::status_t stat; local
47 stat = pipe(fds);
49 if ( 0 > stat )
51 MSGQ_LOGEB("Error while openning pipe: %s", strerror(stat) );
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
CacheStorageUsageInfo.java 63 StatFs stat = new StatFs(path); local
64 long blockSize = stat.getBlockSize();
65 long availableBlocks = stat.getAvailableBlocks();
66 long totalBlocks = stat.getBlockCount();
  /packages/apps/Nfc/nci/jni/
NativeSecureElement.cpp 52 bool stat = true; local
74 stat = se.activate(0);
76 if (stat)
79 stat = se.connectEE();
80 if (stat)
92 if ((!stat) && (! PowerSwitch::getInstance ().setModeOff (PowerSwitch::SE_CONNECTED)))
118 bool stat = false; local
120 stat = SecureElement::getInstance().disconnectEE (handle);
132 return stat ? JNI_TRUE : JNI_FALSE;
PowerSwitch.cpp 253 tNFA_STATUS stat = NFA_STATUS_FAILED; local
263 stat = NFA_PowerOffSleepMode (TRUE);
264 if (stat == NFA_STATUS_OK)
271 ALOGE ("%s: API fail; stat=0x%X", fn, stat);
290 stat = NFA_PowerOffSleepMode (FALSE);
291 if (stat == NFA_STATUS_OK)
296 ALOGE ("%s: unable to full power; curr device mgt power stat=%s (%u)", fn,
305 ALOGE ("%s: API fail; stat=0x%X", fn, stat);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
stat.h 7 struct stat { struct
68 struct stat { struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
stat.h 7 struct stat { struct
68 struct stat { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
stat.h 7 struct stat { struct
68 struct stat { struct
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
stat.h 34 #include <linux/stat.h>
44 struct stat { struct
85 extern int stat(const char *, struct stat *);
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);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
stat.h 34 #include <linux/stat.h>
44 struct stat { struct
85 extern int stat(const char *, struct stat *);
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);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
stat.h 34 #include <linux/stat.h>
44 struct stat { struct
85 extern int stat(const char *, struct stat *);
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);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
stat.h 18 struct stat { struct
75 struct stat { struct
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
stat.h 34 #include <linux/stat.h>
44 struct stat { struct
85 extern int stat(const char *, struct stat *);
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);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
stat.h 34 #include <linux/stat.h>
44 struct stat { struct
85 extern int stat(const char *, struct stat *);
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);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
stat.h 18 struct stat { struct
75 struct stat { struct
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
stat.h 34 #include <linux/stat.h>
44 struct stat { struct
85 extern int stat(const char *, struct stat *);
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);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
stat.h 34 #include <linux/stat.h>
44 struct stat { struct
85 extern int stat(const char *, struct stat *);
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);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
stat.h 34 #include <linux/stat.h>
44 struct stat { struct
85 extern int stat(const char *, struct stat *);
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);
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/
stat.h 34 #include <linux/stat.h>
44 struct stat { struct
85 extern int stat(const char *, struct stat *);
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);
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
stat.h 18 struct stat { struct
75 struct stat { struct
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/sys/
stat.h 34 #include <linux/stat.h>
44 struct stat { struct
85 extern int stat(const char *, struct stat *);
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);
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
stat.h 18 struct stat { struct
75 struct stat { struct
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/
stat.h 34 #include <linux/stat.h>
44 struct stat { struct
85 extern int stat(const char *, struct stat *);
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);
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/sys/
stat.h 34 #include <linux/stat.h>
44 struct stat { struct
85 extern int stat(const char *, struct stat *);
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);
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/sys/
stat.h 34 #include <linux/stat.h>
44 struct stat { struct
85 extern int stat(const char *, struct stat *);
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);
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/sys/
stat.h 34 #include <linux/stat.h>
44 struct stat { struct
85 extern int stat(const char *, struct stat *);
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);

Completed in 1202 milliseconds

1 23 4 5 6 7 8 91011>>