Searched refs:GetEpoch (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIO.cpp26 long GetEpoch(const std::string &Path) { function in namespace:fuzzer
88 if (Epoch && GetEpoch(X) < E) continue;
H A DFuzzerIO.h18 long GetEpoch(const std::string &Path);
H A DFuzzerIOPosix.cpp57 auto E = GetEpoch(Dir);
H A DFuzzerIOWindows.cpp103 auto E = GetEpoch(Dir);
H A DFuzzerLoop.cpp155 EpochOfLastReadOfOutputCorpus = GetEpoch(Options.OutputCorpus);

Completed in 57 milliseconds