Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_file.h80 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.cpp546 bool DirExists(const char *path) { in DirExists() function
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_libc_test.cpp368 TEST(SanitizerCommon, DirExists) { in TEST() argument
371 EXPECT_TRUE(DirExists(tmpdir)); in TEST()