HomeSort by: relevance | last modified time | path
    Searched defs:IsDirectory (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerIOPosix.cpp 35 static bool IsDirectory(const std::string &Path) {
73 (E->d_type == DT_UNKNOWN && IsDirectory(Path))) &&
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-filepath.cc 293 bool FilePath::IsDirectory() const {
302 if (!this->IsDirectory()) {
340 return IsDirectory()
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
VirtualFileSystem.h 89 bool isDirectory() const;
511 YAMLVFSEntry(T1 &&VPath, T2 &&RPath, bool IsDirectory = false)
513 IsDirectory(IsDirectory) {}
516 bool IsDirectory = false;
879 void addEntry(StringRef VirtualPath, StringRef RealPath, bool IsDirectory);

Completed in 22 milliseconds