Home
last modified time | relevance | path

Searched refs:FILE_ATTRIBUTE_DIRECTORY (Results 1 – 15 of 15) 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/sqlite3/tea/win/
H A Dnmakehlp.c691 !(pathAttr & FILE_ATTRIBUTE_DIRECTORY)); in FileExists()
760 if ((finfo.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) == 0) in LocateDependencyHelper()
/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.h163 if (basic.FileAttributes & FILE_ATTRIBUTE_DIRECTORY) { in stat_handle()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_util.c305 if (!(attr & FILE_ATTRIBUTE_DIRECTORY)) { in __archive_mktempx()
H A Darchive_write_set_format_7zip.c99 #ifndef FILE_ATTRIBUTE_DIRECTORY
100 #define FILE_ATTRIBUTE_DIRECTORY 0x00000010 macro
1449 attr |= FILE_ATTRIBUTE_DIRECTORY; in make_header()
H A Darchive_read_support_format_7zip.c132 #ifndef FILE_ATTRIBUTE_DIRECTORY
133 #define FILE_ATTRIBUTE_DIRECTORY 0x00000010 macro
2731 if (entries[i].attr & FILE_ATTRIBUTE_DIRECTORY) { in read_Header()
H A Darchive_read_support_format_rar.c158 #define FILE_ATTRIBUTE_DIRECTORY 0x10 macro
1728 if (rar->mode & FILE_ATTRIBUTE_DIRECTORY) in read_header()
/freebsd/crypto/openssl/apps/lib/
H A Dopt.c1178 return ((attr & FILE_ATTRIBUTE_DIRECTORY) != 0); in opt_isdir()
/freebsd/contrib/libarchive/test_utils/
H A Dtest_main.c292 if (attrs & FILE_ATTRIBUTE_DIRECTORY) in my_CreateSymbolicLinkA()
1801 if (isdir && ((st.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) == 0)) { in is_symlink()
1808 ((st.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) != 0)) { in is_symlink()
/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.c611 if (cFile.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) { in UTIL_prepareFileList()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc636 if (Mode == AccessMode::Execute && (Attributes & FILE_ATTRIBUTE_DIRECTORY))
686 return (Attrs & FILE_ATTRIBUTE_DIRECTORY) ? file_type::directory_file
/freebsd/contrib/sqlite3/
H A Dsqlite3.c51659 return (attr!=INVALID_FILE_ATTRIBUTES) && (attr&FILE_ATTRIBUTE_DIRECTORY);
52048 if ( attr&FILE_ATTRIBUTE_DIRECTORY ){
52076 if ( attr&FILE_ATTRIBUTE_DIRECTORY ){