Home
last modified time | relevance | path

Searched refs:FILE_ATTRIBUTE_DIRECTORY (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIOWindows.cpp31 if (FileAttributes & FILE_ATTRIBUTE_DIRECTORY) in IsFile()
76 return FileAttrs & FILE_ATTRIBUTE_DIRECTORY; in IsDir()
139 if (FindInfo.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) { in ListFilesInDirRecursive()
/freebsd/contrib/pkgconf/libpkgconf/
H A Dwin-dirent.h86 if (attr & FILE_ATTRIBUTE_DIRECTORY) in pkgconf__attr_to_dtype()
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-filepath.cc281 (attributes & FILE_ATTRIBUTE_DIRECTORY)) { in DirectoryExists()
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dfile_descriptor.h92 if (data.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY)
H A Dposix_compat.h159 if (basic.FileAttributes & FILE_ATTRIBUTE_DIRECTORY) { in stat_handle()
/freebsd/contrib/libarchive/test_utils/
H A Dtest_main.c322 if (attrs & FILE_ATTRIBUTE_DIRECTORY) in my_CreateSymbolicLinkA()
1766 (FILE_ATTRIBUTE_DIRECTORY | FILE_ATTRIBUTE_REPARSE_POINT)) != in assertion_is_dir()
1767 FILE_ATTRIBUTE_DIRECTORY) { in assertion_is_dir()
1818 (FILE_ATTRIBUTE_DIRECTORY | FILE_ATTRIBUTE_REPARSE_POINT)) != in assertion_is_reg()
1907 if (isdir && ((st.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) == 0)) { in is_symlink()
1914 ((st.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) != 0)) { in is_symlink()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_util.c311 if (!(attr & FILE_ATTRIBUTE_DIRECTORY)) { in __archive_mktempx()
H A Darchive_write_set_format_7zip.c113 #ifndef FILE_ATTRIBUTE_DIRECTORY
114 #define FILE_ATTRIBUTE_DIRECTORY 0x00000010 macro
1551 attr |= FILE_ATTRIBUTE_DIRECTORY; in make_header()
H A Darchive_read_support_format_rar.c158 #ifndef FILE_ATTRIBUTE_DIRECTORY
159 #define FILE_ATTRIBUTE_DIRECTORY 0x10 macro
1786 if (rar->mode & FILE_ATTRIBUTE_DIRECTORY) in read_header()
H A Darchive_read_support_format_7zip.c161 #ifndef FILE_ATTRIBUTE_DIRECTORY
162 #define FILE_ATTRIBUTE_DIRECTORY 0x00000010 macro
3055 if (entries[i].attr & FILE_ATTRIBUTE_DIRECTORY) { in read_Header()
/freebsd/crypto/openssl/apps/lib/
H A Dopt.c1267 return ((attr & FILE_ATTRIBUTE_DIRECTORY) != 0); in opt_isdir()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cpp98 return (attr != INVALID_FILE_ATTRIBUTES) && (attr & FILE_ATTRIBUTE_DIRECTORY); in DirExists()
/freebsd/sys/contrib/zstd/programs/
H A Dutil.c857 if (cFile.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) { in UTIL_prepareFileList()
/freebsd/contrib/pkgconf/tests/
H A Dtest-runner.c780 if (attrs != INVALID_FILE_ATTRIBUTES && (attrs & FILE_ATTRIBUTE_DIRECTORY)) in rmdir_recursive()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc643 if (Mode == AccessMode::Execute && (Attributes & FILE_ATTRIBUTE_DIRECTORY))
693 return (Attrs & FILE_ATTRIBUTE_DIRECTORY) ? file_type::directory_file
/freebsd/contrib/sqlite3/autosetup/
H A Djimsh0.c6196 if (GetFileAttributes(fullPath) & FILE_ATTRIBUTE_DIRECTORY) { in JimWinFindExecutable()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c54066 return (attr!=INVALID_FILE_ATTRIBUTES) && (attr&FILE_ATTRIBUTE_DIRECTORY);
54411 if ( attr&FILE_ATTRIBUTE_DIRECTORY ){
54439 if ( attr&FILE_ATTRIBUTE_DIRECTORY ){