Searched refs:IO_REPARSE_TAG_SYMLINK (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython3/Python/
H A Dfileutils.c587 if (reparse_tag == IO_REPARSE_TAG_SYMLINK) {
/external/python/cpython3/Modules/
H A Dposixmodule.c310 #ifndef IO_REPARSE_TAG_SYMLINK
311 #define IO_REPARSE_TAG_SYMLINK (0xA000000CL) macro
4189 /* IO_REPARSE_TAG_SYMLINK if it is a symlink and
4191 is_link = find_data.dwReserved0 == IO_REPARSE_TAG_SYMLINK ||
7103 if (rdb->ReparseTag != IO_REPARSE_TAG_SYMLINK)

Completed in 118 milliseconds