Searched refs:IsDir (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIOWindows.cpp74 static bool IsDir(DWORD FileAttrs) { function in namespace:fuzzer
159 if (!IsDir(DirAttrs)) return;
182 if (IsDir(PathAttrs)) {
/freebsd-12-stable/contrib/googletest/googletest/src/
H A Dgtest-filepath.cc243 posix::IsDir(file_stat);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp902 bool IsDir; local
903 sys::fs::is_directory(SavedObjectsDirectoryPath, IsDir);
904 if (!IsDir)
/freebsd-12-stable/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2472 // Stat(), RmDir(), and IsDir() are not needed on Windows CE at this
2478 inline bool IsDir(const StatStruct& st) { function in namespace:testing::internal::posix
2495 inline bool IsDir(const StatStruct& st) { return S_ISDIR(st.st_mode); }
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp323 bool IsDir; local
324 if (auto Err = llvm::sys::fs::is_directory(Absolute, IsDir))
326 if (!IsDir)

Completed in 132 milliseconds