Home
last modified time | relevance | path

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

/third_party/json/test/thirdparty/Fuzzer/
DFuzzerIO.cpp51 std::string FileToString(const std::string &Path) { in FileToString() function
58 Printf("%s", FileToString(Path).c_str()); in CopyFileToErr()
DFuzzerIO.h24 std::string FileToString(const std::string &Path);
DFuzzerDriver.cpp425 if (!ParseDictionaryFile(FileToString(Flags.dict), &Dictionary)) in FuzzerDriver()