Home
last modified time | relevance | path

Searched defs:CreateDir (Results 1 – 4 of 4) sorted by relevance

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_nolibc.cpp28 bool CreateDir(const char *pathname) { return false; } CreateDir() function
H A Dsanitizer_posix_libcdep.cpp174 bool CreateDir(const char *pathname) { return mkdir(pathname, 0755) == 0; } in CreateDir() function
H A Dsanitizer_win.cpp595 bool CreateDir(const char *pathname) { CreateDir() function
/llvm-project/llvm/unittests/Support/
H A DPath.cpp999 TEST_F(FileSystemTest,CreateDir) TEST_F() argument