Searched refs:DirPlusFile (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerShmemWindows.cpp | 25 return DirPlusFile(TmpDir(), Name); in Path()
|
| H A D | FuzzerIO.h | 34 std::string DirPlusFile(const std::string &DirPath,
|
| H A D | FuzzerShmemPosix.cpp | 30 return DirPlusFile(TmpDir(), Name); in Path()
|
| H A D | FuzzerDataFlowTrace.cpp | 32 std::ifstream IF(DirPlusFile(DirPath, kFunctionsTxt)); in Init()
|
| H A D | FuzzerIOPosix.cpp | 68 std::string Path = DirPlusFile(Dir, E->d_name); in ListFilesInDirRecursive()
|
| H A D | FuzzerIO.cpp | 98 std::string DirPlusFile(const std::string &DirPath, in DirPlusFile() function
|
| H A D | FuzzerDriver.cpp | 319 auto LogFilePath = DirPlusFile( in CleanseCrashInput() 321 auto TmpFilePath = DirPlusFile( in CleanseCrashInput() 382 auto LogFilePath = DirPlusFile( in MinimizeCrashInput()
|
| H A D | FuzzerIOWindows.cpp | 119 std::string FileName = DirPlusFile(Dir, FindInfo.cFileName); in ListFilesInDirRecursive()
|
| H A D | FuzzerCorpus.h | 205 RemoveFile(DirPlusFile(OutputCorpus, Sha1ToString(II.Sha1))); in DeleteFile()
|
| H A D | FuzzerMerge.cpp | 291 : DirPlusFile(TmpDir(), in CrashResistantMerge()
|
| H A D | FuzzerLoop.cpp | 551 std::string Path = DirPlusFile(Options.OutputCorpus, Hash(U)); in WriteToOutputCorpus()
|