Home
last modified time | relevance | path

Searched defs:StopFile (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerOptions.h64 std::string StopFile; member
H A DFuzzerFork.cpp112 std::string StopFile() { return DirPlusFile(TempDir, "STOP"); } in StopFile() function