Home
last modified time | relevance | path

Searched refs:MkDirRecursive (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerIO.h75 bool MkDirRecursive(const std::string &Dir);
H A DFuzzerIO.cpp193 bool MkDirRecursive(const std::string &Dir) { in MkDirRecursive() function
H A DFuzzerDriver.cpp264 if (!MkDirRecursive(Path)) { in ValidateDirectoryExists()