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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIO.cpp53 std::string FileToString(const std::string &Path) { function in namespace:fuzzer
60 Printf("%s", FileToString(Path).c_str());
H A DFuzzerIO.h23 std::string FileToString(const std::string &Path);
H A DFuzzerDataFlowTrace.cpp277 if (FileToString(FunctionsTxtPath).empty()) {
H A DFuzzerFork.cpp369 FileToString(Job->LogPath).c_str());
H A DFuzzerUtilFuchsia.cpp541 *CmdOutput = FileToString(LogFilePath);
H A DFuzzerDriver.cpp575 SeedInputs = FileToString(Flags.seed_inputs + 1); // File contains list.
686 if (!ParseDictionaryFile(FileToString(Flags.dict), &Dictionary))

Completed in 95 milliseconds