Searched defs:StopFile (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/libfuzzer-sys/libfuzzer/ | ||
D | FuzzerOptions.h | 63 std::string StopFile; member |
D | FuzzerFork.cpp | 109 std::string StopFile() { return DirPlusFile(TempDir, "STOP"); } in StopFile() function |