Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dstat.py184 FILE_ATTRIBUTE_REPARSE_POINT = 1024 variable
Dshutil.py570 (st.st_file_attributes & stat.FILE_ATTRIBUTE_REPARSE_POINT
579 (st.st_file_attributes & stat.FILE_ATTRIBUTE_REPARSE_POINT
/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.c589 ADD_INT_MACRO(module, FILE_ATTRIBUTE_REPARSE_POINT); in stat_exec()
Dposixmodule.c1778 if (pFileData->dwFileAttributes & FILE_ATTRIBUTE_REPARSE_POINT) in find_data_to_file_info()
1827 if (fileInfo.dwFileAttributes & FILE_ATTRIBUTE_REPARSE_POINT) { in win32_xstat_impl()
1909 FILE_ATTRIBUTE_REPARSE_POINT) { in win32_xstat_impl()
4788 info.dwFileAttributes & FILE_ATTRIBUTE_REPARSE_POINT) { in Py_DeleteFileW()
/external/protobuf/src/google/protobuf/io/
Dio_win32_unittest.cc252 if (((metadata.dwFileAttributes & FILE_ATTRIBUTE_REPARSE_POINT) == 0 && in DeleteAllUnder()
/external/python/pyfakefs/pyfakefs/
Dhelpers.py206 mode |= stat.FILE_ATTRIBUTE_REPARSE_POINT
/external/python/cpython3/Doc/library/
Dstat.rst421 FILE_ATTRIBUTE_REPARSE_POINT
Dos.rst2684 When :attr:`st_file_attributes` has the ``FILE_ATTRIBUTE_REPARSE_POINT``
/external/python/cpython3/Python/
Dfileutils.c885 if (info->dwFileAttributes & FILE_ATTRIBUTE_REPARSE_POINT && in _Py_attribute_data_to_stat()
/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-10.0/llvm/lib/Support/Windows/
DPath.inc725 if (!Follow && (attr & FILE_ATTRIBUTE_REPARSE_POINT))
/external/llvm-project/llvm/lib/Support/Windows/
DPath.inc745 if (!Follow && (attr & FILE_ATTRIBUTE_REPARSE_POINT))