Home
last modified time | relevance | path

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

/external/harfbuzz_ng/test/fuzzing/
Dhb-fuzzer.cc47 std::string FileToString(const std::string &Path) { in FileToString() function
56 std::string s = FileToString(argv[i]); in main()
/external/compiler-rt/test/asan/TestCases/Linux/
Dnohugepage_test.cc30 void FileToString(const char *path) { in FileToString() function
56 FileToString(path); in ReadShadowRss()
/external/llvm/lib/Fuzzer/
DFuzzerIO.cpp61 std::string FileToString(const std::string &Path) { in FileToString() function
68 Printf("%s", FileToString(Path).c_str()); in CopyFileToErr()
DFuzzerInternal.h29 std::string FileToString(const std::string &Path);
DFuzzerDriver.cpp279 if (!ParseDictionaryFile(FileToString(Flags.dict), &Dictionary)) in FuzzerDriver()