Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_windows.c339 if (attr & FILE_ATTRIBUTE_DIRECTORY) { in __la_open()
385 else if (attr & FILE_ATTRIBUTE_DIRECTORY) in __la_open()
405 else if (attr & FILE_ATTRIBUTE_DIRECTORY) in __la_open()
541 if (info.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) in __hstat()
570 if (info.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) in __hstat()
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dstat.c285 ((info.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) ? _S_IFDIR | S_IEXEC_UGO : _S_IFREG) in rpl_stat()
288 if (!(info.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY)) in rpl_stat()
H A Dstat-w32.c267 ((info.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) ? _S_IFDIR | S_IEXEC_UGO : _S_IFREG) in _gl_fstat_by_handle()
270 if (!(info.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY)) in _gl_fstat_by_handle()
H A Dreaddir.c74 if (dirp->entry.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) in readdir()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerIOWindows.cpp32 if (FileAttributes & FILE_ATTRIBUTE_DIRECTORY) in IsFile()
121 if (FindInfo.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) { in ListFilesInDirRecursive()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-w32.cc185 && (dwAttrib & FILE_ATTRIBUTE_DIRECTORY)); in win_mkdtemp()
/netbsd-src/external/public-domain/sqlite/dist/tea/win/
H A Dnmakehlp.c691 !(pathAttr & FILE_ATTRIBUTE_DIRECTORY)); in FileExists()
760 if ((finfo.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) == 0) in LocateDependencyHelper()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-filepath.cc235 (attributes & FILE_ATTRIBUTE_DIRECTORY)) { in DirectoryExists()
/netbsd-src/external/mit/libuv/dist/src/win/
H A Dfs.c1166 if (info.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) { in fs__unlink()
1506 else if (info->FileAttributes & FILE_ATTRIBUTE_DIRECTORY) in fs__scandir()
1587 if (!(GetFileAttributesW(pathw) & FILE_ATTRIBUTE_DIRECTORY)) { in fs__opendir()
1673 if ((find_data->dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) != 0) in fs__readdir()
1785 if (file_info.BasicInformation.FileAttributes & FILE_ATTRIBUTE_DIRECTORY) { in fs__stat_handle()
2165 (attr & FILE_ATTRIBUTE_DIRECTORY)) { in fs__access()
H A Dfs-event.c204 is_path_dir = (attr & FILE_ATTRIBUTE_DIRECTORY) ? 1 : 0; in uv_fs_event_start()
H A Dprocess.c245 !(attrs & FILE_ATTRIBUTE_DIRECTORY)) { in search_path_join_test()
/netbsd-src/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Ddirectory_iterator.cpp82 if (data.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY)
H A Dposix_compat.h182 if (basic.FileAttributes & FILE_ATTRIBUTE_DIRECTORY) { in stat_handle()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
H A Dfilename.c549 else if (dw & FILE_ATTRIBUTE_DIRECTORY) in exists()
/netbsd-src/sys/arch/hpc/stand/hpcboot/menu/
H A Dmenu.cpp580 if ((attr & FILE_ATTRIBUTE_DIRECTORY) && in _find_pref_dir()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Dfilename.d865 else if (dw & FILE_ATTRIBUTE_DIRECTORY)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DPath.inc626 if (Mode == AccessMode::Execute && (Attributes & FILE_ATTRIBUTE_DIRECTORY))
686 return (Attrs & FILE_ATTRIBUTE_DIRECTORY) ? file_type::directory_file
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dfile.d1249 FILE_ATTRIBUTE_DIRECTORY | in version()
3020 return (attributes & FILE_ATTRIBUTE_DIRECTORY) != 0;
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dfile.d1556 FILE_ATTRIBUTE_DIRECTORY | in setTimesImpl()
3819 return (attributes & FILE_ATTRIBUTE_DIRECTORY) != 0;
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dapps.c2396 return ((attr & FILE_ATTRIBUTE_DIRECTORY) != 0); in app_isdir()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinnt.d162 FILE_ATTRIBUTE_DIRECTORY = 0x00000010, variable
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c51308 return (attr!=INVALID_FILE_ATTRIBUTES) && (attr&FILE_ATTRIBUTE_DIRECTORY);
51697 if ( attr&FILE_ATTRIBUTE_DIRECTORY ){
51725 if ( attr&FILE_ATTRIBUTE_DIRECTORY ){