Home
last modified time | relevance | path

Searched refs:IsDirectory (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-filepath.cc293 bool FilePath::IsDirectory() const { in IsDirectory() function in testing::internal::FilePath
302 if (!this->IsDirectory()) { in CreateDirectoriesRecursively()
340 return IsDirectory() in RemoveTrailingPathSeparator()
H A Dgtest.cc469 if (!output_name.IsDirectory()) in GetAbsolutePathToOutputFile()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerIOPosix.cpp35 static bool IsDirectory(const std::string &Path) { in IsDirectory() function
73 (E->d_type == DT_UNKNOWN && IsDirectory(Path))) && in ListFilesInDirRecursive()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DVirtualFileSystem.h511 YAMLVFSEntry(T1 &&VPath, T2 &&RPath, bool IsDirectory = false)
513 IsDirectory(IsDirectory) {} in VPath()
516 bool IsDirectory = false; member
879 void addEntry(StringRef VirtualPath, StringRef RealPath, bool IsDirectory);
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-filepath.h166 bool IsDirectory() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DVirtualFileSystem.cpp2150 bool IsDirectory) { in addEntry() argument
2154 Mappings.emplace_back(VirtualPath, RealPath, IsDirectory); in addEntry()
2266 Entry.IsDirectory ? Entry.VPath : path::parent_path(Entry.VPath) in write()
2278 if (!Entry.IsDirectory) { in write()
2285 Entry.IsDirectory ? Entry.VPath : path::parent_path(Entry.VPath); in write()
2310 if (!Entry.IsDirectory) { in write()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp9413 auto AddCompletion = [&](StringRef Filename, bool IsDirectory) { in CodeCompleteIncludedFile() argument
9416 TypedChunk.push_back(IsDirectory ? '/' : Angled ? '>' : '"'); in CodeCompleteIncludedFile()