HomeSort by relevance Sort by last modified time
    Searched defs:IsDir (Results 1 - 17 of 17) sorted by null

  /external/lzma/CPP/7zip/UI/Common/
DirItem.h 22 bool IsDir() const { return (Attrib & FILE_ATTRIBUTE_DIRECTORY) != 0 ; }
59 bool IsDir;
66 CArcItem(): IsDir(false), SizeDefined(false), MTimeDefined(false), Censored(false), TimeType(-1) {}
ArchiveExtractCallback.h 63 bool IsDir;
  /external/lzma/CPP/7zip/Archive/7z/
7zUpdate.h 33 bool IsDir;
40 bool HasStream() const { return !IsDir && !IsAnti && Size != 0; }
44 IsDir(false),
50 void SetDirStatusFromAttrib() { IsDir = ((Attrib & FILE_ATTRIBUTE_DIRECTORY) != 0); };
7zItem.h 151 bool IsDir;
157 IsDir(false),
  /external/lzma/CPP/Windows/
FileFind.h 20 inline bool IsDir(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_DIRECTORY) != 0; }
49 bool IsDir() const { return MatchesMask(FILE_ATTRIBUTE_DIRECTORY); }
  /external/chromium_org/third_party/lzma_sdk/
7z.h 101 Byte IsDir;
  /external/lzma/C/
7z.h 101 Byte IsDir;
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 863 // Stat(), RmDir(), and IsDir() are not needed on Windows CE at this
869 inline bool IsDir(const StatStruct& st) {
886 inline bool IsDir(const StatStruct& st) { return S_ISDIR(st.st_mode); }
    [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/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h     [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 642 milliseconds