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

/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_nolibc.cpp28 bool CreateDir(const char *pathname) { return false; } function in namespace:__sanitizer
H A Dsanitizer_file.h85 bool CreateDir(const char *pathname);
H A Dsanitizer_file.cpp87 if (!DirExists(path) && !CreateDir(path)) {
H A Dsanitizer_posix_libcdep.cpp154 bool CreateDir(const char *pathname) { return mkdir(pathname, 0755) == 0; } function in namespace:__sanitizer
H A Dsanitizer_win.cpp594 bool CreateDir(const char *pathname) {

Completed in 69 milliseconds