Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dstat.py167 FILE_ATTRIBUTE_REPARSE_POINT = 1024 variable
/external/lzma/CPP/Windows/
DFileFind.h57 bool HasReparsePoint() const { return MatchesMask(FILE_ATTRIBUTE_REPARSE_POINT); } in HasReparsePoint()
DFileFind.cpp483 Attrib &= ~(FILE_ATTRIBUTE_DIRECTORY | FILE_ATTRIBUTE_REPARSE_POINT); in Find()
/external/python/cpython3/Modules/
D_stat.c587 if (PyModule_AddIntMacro(m, FILE_ATTRIBUTE_REPARSE_POINT)) return NULL; in PyInit__stat()
Dposixmodule.c1580 if (pFileData->dwFileAttributes & FILE_ATTRIBUTE_REPARSE_POINT) in find_data_to_file_info()
1670 if (info.dwFileAttributes & FILE_ATTRIBUTE_REPARSE_POINT) { in win32_xstat_impl()
1682 if (info.dwFileAttributes & FILE_ATTRIBUTE_REPARSE_POINT) { in win32_xstat_impl()
4270 info.dwFileAttributes & FILE_ATTRIBUTE_REPARSE_POINT) { in Py_DeleteFileW()
/external/curl/tests/python_dependencies/impacket/
Dsmb3structs.py132 FILE_ATTRIBUTE_REPARSE_POINT = 0x00000400 variable
/external/python/cpython3/Doc/library/
Dstat.rst421 FILE_ATTRIBUTE_REPARSE_POINT
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DPathV2.inc490 if (attr & FILE_ATTRIBUTE_REPARSE_POINT) {
DPath.inc387 return attributes & FILE_ATTRIBUTE_REPARSE_POINT;
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DPath.inc486 if (attr & FILE_ATTRIBUTE_REPARSE_POINT) {
/external/llvm/lib/Support/Windows/
DPath.inc488 if (attr & FILE_ATTRIBUTE_REPARSE_POINT) {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
DPath.inc720 if (!Follow && (attr & FILE_ATTRIBUTE_REPARSE_POINT))