Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_file.h81 bool DirExists(const char *path);
H A Dsanitizer_file.cpp87 if (!DirExists(path) && !CreateDir(path)) { in RecursiveCreateParentDirs()
H A Dsanitizer_win.cpp96 bool DirExists(const char *path) { in DirExists() function
H A Dsanitizer_mac.cpp397 bool DirExists(const char *path) { in DirExists() function
H A Dsanitizer_linux.cpp600 bool DirExists(const char *path) { in DirExists() function