Home
last modified time | relevance | path

Searched refs:_S_IFDIR (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libcxx/src/filesystem/
H A Dposix_compat.h86 #undef _S_IFDIR
95 #define _S_IFDIR 0x4000 macro
111 #define S_ISDIR(m) (((m) & _S_IFMT) == _S_IFDIR)
184 buf->st_mode |= _S_IFDIR; in stat_handle()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1996 return (_S_IFDIR & st.st_mode) != 0;