Searched refs:DirPath (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDataFlowTrace.cpp105 void DataFlowTrace::ReadCoverage(const std::string &DirPath) {
107 GetSizedFilesFromDir(DirPath, &Files);
160 bool DataFlowTrace::Init(const std::string &DirPath, std::string *FocusFunction,
162 if (DirPath.empty()) return false;
163 Printf("INFO: DataFlowTrace: reading from '%s'\n", DirPath.c_str());
165 GetSizedFilesFromDir(DirPath, &Files);
175 std::ifstream IF(DirPlusFile(DirPath, kFunctionsTxt));
191 ReadCoverage(DirPath);
247 int CollectDataFlow(const std::string &DFTBinary, const std::string &DirPath,
250 DFTBinary.c_str(), DirPath
[all...]
H A DFuzzerDataFlowTrace.h41 int CollectDataFlow(const std::string &DFTBinary, const std::string &DirPath,
116 void ReadCoverage(const std::string &DirPath);
117 bool Init(const std::string &DirPath, std::string *FocusFunction,
H A DFuzzerIO.cpp107 std::string DirPlusFile(const std::string &DirPath, argument
109 return DirPath + GetSeparator() + FileName;
H A DFuzzerIO.h36 std::string DirPlusFile(const std::string &DirPath,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp1777 llvm::SmallString<32> DirPath(Dir.begin(), Dir.end());
1779 fs::make_absolute(WorkingDir, DirPath);
1780 path::remove_dots(DirPath, /*remove_dot_dot=*/true);
1781 Dir = DirPath;
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp1992 static std::vector<std::string> getWhiteListFilenames(StringRef DirPath) { argument
1997 if (DirPath.empty() || !is_directory(DirPath))
2001 directory_iterator DI = directory_iterator(DirPath, EC);

Completed in 76 milliseconds