Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/test/asan/TestCases/Linux/
H A Dnohugepage_test.cpp30 void FileToString(const char *path) { in FileToString() function
56 FileToString(path); in ReadShadowRss()
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIO.cpp61 std::string FileToString(const std::string &Path) { in FileToString() function
68 Puts(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.cpp582 *CmdOutput = FileToString(LogFilePath); in ExecuteCommand()
H A DFuzzerDriver.cpp611 SeedInputs = FileToString(Flags.seed_inputs + 1); // File contains list. in ParseSeedInuts()
745 if (!ParseDictionaryFile(FileToString(Flags.dict), &Dictionary)) in FuzzerDriver()
H A DFuzzerFork.cpp454 FileToString(Job->LogPath).c_str()); in FuzzWithFork()