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

1 2

  /device/linaro/bootloader/edk2/StdLib/Include/sys/
stat.h 99 #define _S_IFDIR 0x00004000 ///< directory
125 #define S_IFDIR _S_IFDIR
135 #define S_ISDIR(m) ((m & _S_IFMT) == _S_IFDIR) ///< directory
  /external/flatbuffers/src/
util.cpp 62 #define FLATBUFFERS_S_IFDIR _S_IFDIR
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xw32defs.h 67 # define S_IFDIR _S_IFDIR
  /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/lz4/programs/
util.h 257 if (!r && (statbuf.st_mode & _S_IFDIR)) return 1;
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/
daShell.c 357 newmode |= _S_IFDIR;
  /external/clang/lib/Frontend/
CacheTokens.cpp 35 #define S_ISDIR(x) (((x)&_S_IFDIR)!=0)
  /external/libcups/cups/
request.c 160 if (fileinfo.st_mode & _S_IFDIR)
file.c     [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/googletest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/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...]
  /external/python/cpython3/Python/
fileutils.c 563 m |= _S_IFDIR | 0111; /* IFEXEC for user,group,other */
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/v8/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h     [all...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h     [all...]
  /external/bzip2/
bzip2.c 138 # define MY_S_ISDIR(x) ((x) & _S_IFDIR)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c 904 m |= _S_IFDIR | 0111; /* IFEXEC for user,group,other */
    [all...]
  /external/python/cpython2/Modules/
posixmodule.c 1085 m |= _S_IFDIR | 0111; /* IFEXEC for user,group,other */
    [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest.h     [all...]

Completed in 827 milliseconds

1 2