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

1 2 3 4

  /external/clang/lib/Basic/
FileSystemStatCache.cpp 28 Data.IsDirectory = Status.isDirectory();
98 if (Data.IsDirectory != isForDir) {
122 if (!Data.IsDirectory || llvm::sys::path::is_absolute(Path))
  /external/clang/include/clang/Basic/
FileSystemStatCache.h 36 bool IsDirectory;
41 : Size(0), ModTime(0), IsDirectory(false), IsNamedPipe(false),
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
FileSystemStatCache.h 36 bool IsDirectory;
41 : Size(0), ModTime(0), IsDirectory(false), IsNamedPipe(false),
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
FileSystemStatCache.h 36 bool IsDirectory;
41 : Size(0), ModTime(0), IsDirectory(false), IsNamedPipe(false),
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
FileSystemStatCache.h 36 bool IsDirectory;
41 : Size(0), ModTime(0), IsDirectory(false), IsNamedPipe(false),
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
FileSystemStatCache.h 36 bool IsDirectory;
41 : Size(0), ModTime(0), IsDirectory(false), IsNamedPipe(false),
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
FileSystemStatCache.h 36 bool IsDirectory;
41 : Size(0), ModTime(0), IsDirectory(false), IsNamedPipe(false),
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
FileSystemStatCache.h 36 bool IsDirectory;
41 : Size(0), ModTime(0), IsDirectory(false), IsNamedPipe(false),
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
FileSystemStatCache.h 36 bool IsDirectory;
41 : Size(0), ModTime(0), IsDirectory(false), IsNamedPipe(false),
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
FileSystemStatCache.h 36 bool IsDirectory;
41 : Size(0), ModTime(0), IsDirectory(false), IsNamedPipe(false),
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-filepath.h 167 bool IsDirectory() const;
  /external/googletest/googletest/include/gtest/internal/
gtest-filepath.h 163 bool IsDirectory() const;
  /external/libchrome/base/files/
file_enumerator.h 48 bool IsDirectory() const;
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-filepath.h 163 bool IsDirectory() const;
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-filepath.h 167 bool IsDirectory() const;
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-filepath.h 163 bool IsDirectory() const;
  /external/protobuf/gtest/include/gtest/internal/
gtest-filepath.h 167 bool IsDirectory() const;
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-filepath.h 167 bool IsDirectory() const;
  /external/v8/testing/gtest/include/gtest/internal/
gtest-filepath.h 163 bool IsDirectory() const;
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-filepath.h 163 bool IsDirectory() const;
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-filepath.h 163 bool IsDirectory() const;
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-filepath.h 163 bool IsDirectory() const;
  /build/kati/
find.cc 166 virtual bool IsDirectory() const = 0;
204 virtual bool IsDirectory() const override { return false; }
298 if (c->IsDirectory())
326 if (!c->IsDirectory())
349 virtual bool IsDirectory() const override { return true; }
396 virtual bool IsDirectory() const override {
397 return errno_ == 0 && to_ && to_->IsDirectory();
  /external/clang/lib/Lex/
PTHLexer.cpp 636 bool IsDirectory;
639 bool IsDirectory)
641 IsDirectory(IsDirectory) {}
666 bool IsDirectory = true;
668 IsDirectory = false;
679 return data_type(Size, ModTime, UniqueID, IsDirectory);
717 Data.IsDirectory = D.IsDirectory;
  /external/google-breakpad/src/testing/gtest/src/
gtest-filepath.cc 293 bool FilePath::IsDirectory() const {
302 if (!this->IsDirectory()) {
340 return IsDirectory()

Completed in 1826 milliseconds

1 2 3 4