HomeSort by relevance Sort by last modified time
    Searched defs:S_ISREG (Results 76 - 89 of 89) sorted by null

1 2 34

  /prebuilts/gdb/darwin-x86/include/python2.7/
pyport.h 404 #ifndef S_ISREG
405 #define S_ISREG(x) (((x) & S_IFMT) == S_IFREG)
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
pyport.h 404 #ifndef S_ISREG
405 #define S_ISREG(x) (((x) & S_IFMT) == S_IFREG)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h 404 #ifndef S_ISREG
405 #define S_ISREG(x) (((x) & S_IFMT) == S_IFREG)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h 404 #ifndef S_ISREG
405 #define S_ISREG(x) (((x) & S_IFMT) == S_IFREG)
    [all...]
  /external/lz4/programs/
fullbench.c 42 // S_ISREG & gettimeofday() are not supported by MSVC
74 // S_ISREG & gettimeofday() are not supported by MSVC
75 #if !defined(S_ISREG)
76 # define S_ISREG(x) (((x) & S_IFMT) == S_IFREG)
248 if (r || !S_ISREG(statbuf.st_mode)) return 0; // No good...
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 556 #ifndef S_ISREG
557 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
    [all...]
  /libcore/luni/src/main/java/android/system/
OsConstants.java 49 public static boolean S_ISREG(int mode) { return (mode & S_IFMT) == S_IFREG; }
    [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 512 milliseconds

1 2 34