HomeSort by relevance Sort by last modified time
    Searched refs:_S_IFDIR (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
osstat.h 12 #define S_IFDIR _S_IFDIR
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/include-fixed/X11/
Xw32defs.h 76 # define S_IFDIR _S_IFDIR
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xw32defs.h 67 # define S_IFDIR _S_IFDIR
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xw32defs.h 67 # define S_IFDIR _S_IFDIR
  /external/clang/lib/Basic/
FileSystemStatCache.cpp 28 #define S_ISDIR(s) ((_S_IFDIR & s) !=0)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
stat.h 61 #define _S_IFDIR 0x4000
136 #define S_IFDIR _S_IFDIR
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 870 return (_S_IFDIR & st.st_mode) != 0;
    [all...]
  /external/clang/lib/Frontend/
CacheTokens.cpp 34 #define S_ISDIR(x) (((x)&_S_IFDIR)!=0)
  /external/openssl/
e_os.h 243 # define S_IFDIR _S_IFDIR
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/openssl/apps/
apps.c     [all...]
  /external/bzip2/
bzip2.c 138 # define MY_S_ISDIR(x) ((x) & _S_IFDIR)
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 805 milliseconds