Searched defs:StopFile (Results 1 – 2 of 2) sorted by relevance
/llvm-project/compiler-rt/lib/fuzzer/ | ||
H A D | FuzzerOptions.h | 64 std::string StopFile; member |
H A D | FuzzerFork.cpp | 112 std::string StopFile() { return DirPlusFile(TempDir, "STOP"); } in StopFile() function |