Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIO.cpp34 long GetEpoch(const std::string &Path) { in GetEpoch() function
110 if (Epoch && GetEpoch(X) < E) continue; in ReadDirToVectorOfUnits()
H A DFuzzerIO.h18 long GetEpoch(const std::string &Path);
H A DFuzzerIOPosix.cpp57 auto E = GetEpoch(Dir); in ListFilesInDirRecursive()
H A DFuzzerIOWindows.cpp115 auto E = GetEpoch(Dir); in ListFilesInDirRecursive()
H A DFuzzerLoop.cpp155 EpochOfLastReadOfOutputCorpus = GetEpoch(Options.OutputCorpus); in Fuzzer()