Home
last modified time | relevance | path

Searched refs:FileToString (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIO.cpp53 std::string FileToString(const std::string &Path) { in FileToString() function
60 Printf("%s", FileToString(Path).c_str()); in CopyFileToErr()
H A DFuzzerIO.h23 std::string FileToString(const std::string &Path);
H A DFuzzerDataFlowTrace.cpp279 if (FileToString(FunctionsTxtPath).empty()) { in CollectDataFlow()
H A DFuzzerUtilFuchsia.cpp526 *CmdOutput = FileToString(LogFilePath); in ExecuteCommand()
H A DFuzzerDriver.cpp606 SeedInputs = FileToString(Flags.seed_inputs + 1); // File contains list. in ParseSeedInuts()
739 if (!ParseDictionaryFile(FileToString(Flags.dict), &Dictionary)) in FuzzerDriver()
H A DFuzzerFork.cpp378 FileToString(Job->LogPath).c_str()); in FuzzWithFork()