Searched refs:GetSeparator (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIO.h84 char GetSeparator();
H A DFuzzerIOPosix.cpp49 size_t Pos = Path.rfind(GetSeparator());
103 char GetSeparator() { function in namespace:fuzzer
H A DFuzzerIO.cpp109 return DirPath + GetSeparator() + FileName;
H A DFuzzerIOWindows.cpp202 char GetSeparator() { function in namespace:fuzzer

Completed in 61 milliseconds