Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/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.h24 std::string FileToString(const std::string &Path);
H A DFuzzerDriver.cpp294 auto S = FileToString(Path); in GetDedupTokenFromFile()
608 if (!ParseDictionaryFile(FileToString(Flags.dict), &Dictionary)) in FuzzerDriver()