MCPcopy Create free account
hub / github.com/HexHive/NASS / TempPath

Function TempPath

fuzz/libfuzzer/FuzzerIO.cpp:215–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215std::string TempPath(const char *Prefix, const char *Extension) {
216 return DirPlusFile(TmpDir(), std::string("libFuzzerTemp.") + Prefix +
217 std::to_string(GetPid()) + Extension);
218}
219
220} // namespace fuzzer

Callers 6

CleanseCrashInputFunction · 0.85
MergeFunction · 0.85
MaybeExitGracefullyMethod · 0.85
InterruptCallbackMethod · 0.85
ExecuteCommandFunction · 0.85
FuzzWithForkFunction · 0.85

Calls 3

DirPlusFileFunction · 0.85
TmpDirFunction · 0.70
GetPidFunction · 0.70

Tested by

no test coverage detected