Home
last modified time | relevance | path

Searched refs:S_ISDIR (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerIOPosix.cpp38 return S_ISDIR(St.st_mode); in IsDirectory()
/llvm-project-15.0.7/libcxx/src/filesystem/
H A Dposix_compat.h103 #undef S_ISDIR
111 #define S_ISDIR(m) (((m) & _S_IFMT) == _S_IFDIR) macro
H A Doperations.cpp560 else if (S_ISDIR(mode)) in create_file_status()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h2012 inline bool IsDir(const StatStruct& st) { return S_ISDIR(st.st_mode); }
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp401 return S_ISDIR(st.st_mode); in DirExists()
H A Dsanitizer_linux.cpp550 return S_ISDIR(st.st_mode); in DirExists()
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DPath.inc469 if (!S_ISREG(buf.st_mode) && !S_ISDIR(buf.st_mode) && !S_ISLNK(buf.st_mode))
705 if (S_ISDIR(Mode))