HomeSort by relevance Sort by last modified time
    Searched refs:IsDir (Results 26 - 50 of 50) sorted by null

12

  /external/mesa3d/src/gtest/src/
gtest-filepath.cc 238 posix::IsDir(file_stat);
  /external/protobuf/gtest/src/
gtest-filepath.cc 207 posix::IsDir(file_stat);
  /ndk/sources/third_party/googletest/googletest/src/
gtest-filepath.cc 240 posix::IsDir(file_stat);
  /external/chromium_org/third_party/lzma_sdk/
7zIn.c 98 p->IsDir = 0;
1100 file->IsDir = 0;
1109 file->IsDir = 1;
1111 file->IsDir = (Byte)((*emptyFileVector)[emptyFileIndex] ? 0 : 1);
    [all...]
  /external/lzma/C/
7zIn.c 98 p->IsDir = 0;
1100 file->IsDir = 0;
1109 file->IsDir = 1;
1111 file->IsDir = (Byte)((*emptyFileVector)[emptyFileIndex] ? 0 : 1);
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
Update.cpp 527 RINOK(IsArchiveItemFolder(archive, i, ai.IsDir));
528 ai.Censored = censor.CheckPath(ai.Name, !ai.IsDir);
687 if (fi.IsDir())
LoadCodecs.cpp 402 if (fi.IsDir())
ArchiveCommandLine.cpp 786 if (!dirItem.IsDir())
  /external/lzma/C/Util/SfxSetup/
SfxSetup.c 425 if (f->IsDir)
  /external/lzma/CPP/7zip/Archive/7z/
7zHandler.cpp 222 case kpidIsDir: prop = item.IsDir; break;
7zOut.cpp 648 emptyFileVector.Add(!file.IsDir);
649 if (!file.IsDir)
7zIn.cpp 1046 file.IsDir = false;
1055 file.IsDir = !emptyFileVector[emptyFileIndex];
    [all...]
  /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/lzma/CPP/7zip/UI/Console/
List.cpp 99 static void GetAttribString(DWORD wa, bool isDir, char *s)
101 s[0] = ((wa & FILE_ATTRIBUTE_DIRECTORY) != 0 || isDir) ? 'D' : kEmptyAttribChar;
441 if (!fi.Find(archiveName) || fi.IsDir())
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
gtest-all.cc     [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 1321 milliseconds

12