Home
last modified time | relevance | path

Searched refs:FILE_ATTRIBUTE_REPARSE_POINT (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dreaddir.c76 else if (dirp->entry.dwFileAttributes & FILE_ATTRIBUTE_REPARSE_POINT) in readdir()
/netbsd-src/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Dposix_compat.h187 if (basic.FileAttributes & FILE_ATTRIBUTE_REPARSE_POINT) { in stat_handle()
406 if (attributes & FILE_ATTRIBUTE_REPARSE_POINT && in fchmodat()
H A Ddirectory_iterator.cpp79 if (data.dwFileAttributes & FILE_ATTRIBUTE_REPARSE_POINT &&
/netbsd-src/external/mit/libuv/dist/src/win/
H A Dfs.c1172 if (!(info.dwFileAttributes & FILE_ATTRIBUTE_REPARSE_POINT)) { in fs__unlink()
1504 else if (info->FileAttributes & FILE_ATTRIBUTE_REPARSE_POINT) in fs__scandir()
1675 else if ((find_data->dwFileAttributes & FILE_ATTRIBUTE_REPARSE_POINT) != 0) in fs__readdir()
1773 (file_info.BasicInformation.FileAttributes & FILE_ATTRIBUTE_REPARSE_POINT)) { in fs__stat_handle()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dfile.d2807 return (attributes & FILE_ATTRIBUTE_REPARSE_POINT) != 0; in attrIsSymlink()
3832 return (attributes & FILE_ATTRIBUTE_REPARSE_POINT) != 0;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DPath.inc762 if (!Follow && (attr & FILE_ATTRIBUTE_REPARSE_POINT))
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dfile.d3033 return (attributes & FILE_ATTRIBUTE_REPARSE_POINT) != 0;
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinnt.d168 FILE_ATTRIBUTE_REPARSE_POINT = 0x00000400, variable