Home
last modified time | relevance | path

Searched refs:IsDir (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-filepath.cc241 posix::IsDir(file_stat); in DirectoryExists()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp935 bool IsDir; in run() local
936 sys::fs::is_directory(SavedObjectsDirectoryPath, IsDir); in run()
937 if (!IsDir) in run()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1991 inline bool IsDir(const StatStruct& st) {
2008 inline bool IsDir(const StatStruct& st) { return S_ISDIR(st.st_mode); }
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DVirtualFileSystem.cpp323 bool IsDir; in setCurrentWorkingDirectory() local
324 if (auto Err = llvm::sys::fs::is_directory(Absolute, IsDir)) in setCurrentWorkingDirectory()
326 if (!IsDir) in setCurrentWorkingDirectory()