/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerIO.cpp | 183 if (IsDirectory(Dir)) { in MkDirRecursiveInner() 185 return IsDirectory(Leaf); in MkDirRecursiveInner() 195 return IsDirectory(Leaf); in MkDirRecursiveInner() 202 if (IsDirectory(Dir)) in MkDirRecursive()
|
H A D | FuzzerIOPosix.cpp | 34 bool IsDirectory(const std::string &Path) { in IsDirectory() function 72 (E->d_type == DT_UNKNOWN && IsDirectory(Path))) && in ListFilesInDirRecursive() 94 (E->d_type == DT_UNKNOWN && IsDirectory(Path))) && in IterateDirRecursive()
|
H A D | FuzzerIO.h | 70 bool IsDirectory(const std::string &Path);
|
H A D | FuzzerIOWindows.cpp | 79 bool IsDirectory(const std::string &Path) { in IsDirectory() function
|
H A D | FuzzerDriver.cpp | 261 if (IsDirectory(Path)) in ValidateDirectoryExists()
|
/freebsd/contrib/googletest/googletest/src/ |
H A D | gtest-filepath.cc | 326 bool FilePath::IsDirectory() const { in IsDirectory() function in testing::internal::FilePath 335 if (!this->IsDirectory()) { in CreateDirectoriesRecursively() 378 return IsDirectory() ? FilePath(pathname_.substr(0, pathname_.length() - 1)) in RemoveTrailingPathSeparator()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
H A D | FileSystem.h | 123 bool IsDirectory(const FileSpec &file_spec) const; 124 bool IsDirectory(const llvm::Twine &path) const;
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | googletest-filepath-test.cc | 612 TEST(FilePathTest, IsDirectory) { in TEST() argument 613 EXPECT_FALSE(FilePath("cola").IsDirectory()); in TEST() 614 EXPECT_TRUE(FilePath("koala" GTEST_PATH_SEP_).IsDirectory()); in TEST() 616 EXPECT_TRUE(FilePath("koala/").IsDirectory()); in TEST()
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | FileSystem.cpp | 151 bool FileSystem::IsDirectory(const Twine &path) const { in IsDirectory() function in FileSystem 158 bool FileSystem::IsDirectory(const FileSpec &file_spec) const { in IsDirectory() function in FileSystem 159 return file_spec && IsDirectory(file_spec.GetPath()); in IsDirectory()
|
/freebsd/contrib/googletest/googletest/include/gtest/internal/ |
H A D | gtest-filepath.h | 176 bool IsDirectory() const;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | VirtualFileSystem.h | 653 YAMLVFSEntry(T1 &&VPath, T2 &&RPath, bool IsDirectory = false) 655 IsDirectory(IsDirectory) {} in VPath() 658 bool IsDirectory = false; member 1111 void addEntry(StringRef VirtualPath, StringRef RealPath, bool IsDirectory);
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangHost.cpp | 32 if (FileSystem::Instance().IsDirectory(clang_path)) in VerifyClangPath()
|
H A D | ClangModulesDeclVendor.cpp | 695 if (FileSystem::Instance().IsDirectory(clang_resource_dir.GetPath())) { in Create()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Default/ |
H A D | SymbolLocatorDefault.cpp | 186 if (!FileSystem::Instance().IsDirectory(dirspec)) in LocateExecutableSymbolFile()
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | LocateSymbolFile.cpp |
|
H A D | LocateSymbolFileMacOSX.cpp |
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/ |
H A D | SymbolLocatorDebugSymbols.cpp | 155 if (FileSystem::Instance().IsDirectory(dsym_filespec)) { in LocateExecutableObjectFile() 597 if (FileSystem::Instance().IsDirectory(dsym_filespec)) { in LocateMacOSXFilesUsingDebugSymbols()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | VirtualFileSystem.cpp | 2725 bool IsDirectory) { in addEntry() argument 2729 Mappings.emplace_back(VirtualPath, RealPath, IsDirectory); in addEntry() 2842 Entry.IsDirectory ? Entry.VPath : path::parent_path(Entry.VPath) in write() 2853 if (!Entry.IsDirectory) { in write() 2860 Entry.IsDirectory ? Entry.VPath : path::parent_path(Entry.VPath); in write() 2884 if (!Entry.IsDirectory) { in write()
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBPlatform.cpp | 517 if (FileSystem::Instance().IsDirectory(src.ref())) in Put()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | TargetList.cpp | 291 if (FileSystem::Instance().IsDirectory(file)) in CreateTargetInternal()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandCompletions.cpp | 454 is_dir = fs.IsDirectory(symlink_filespec); in DiskFilesOrDirectories()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | ModuleList.cpp | 881 if (!FileSystem::Instance().IsDirectory(search_path_spec)) in GetSharedModule()
|
H A D | Module.cpp | 1368 if (FileSystem::Instance().IsDirectory(file)) { in SetSymbolFileFileSpec()
|
H A D | IOHandlerCursesGUI.cpp | 1368 if (FileSystem::Instance().IsDirectory(file)) { in FieldDelegateExitCallback() 1411 if (!FileSystem::Instance().IsDirectory(file)) { in FieldDelegateExitCallback()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | SymbolFileDWARF.cpp | 1894 if (!FileSystem::Instance().IsDirectory(dirspec)) in GetDwoSymbolFileForCompileUnit() 1944 if (!FileSystem::Instance().IsDirectory(dirspec)) in GetDwoSymbolFileForCompileUnit()
|