Lines Matching defs:traverse
1894 BOOL traverse)
1905 if (!traverse) {
1933 if (traverse ||
1935 /* The stat call has to traverse but cannot, so fail. */
1954 /* bpo37834: open unhandled reparse points if traverse fails. */
1955 if (traverse) {
1956 traverse = FALSE;
1997 /* Query the reparse tag, and traverse a non-link. */
1998 if (!traverse) {
2084 win32_xstat(const wchar_t *path, struct _Py_stat_struct *result, BOOL traverse)
2088 int code = win32_xstat_impl(path, result, traverse);
2096 default does not traverse symlinks and instead returns attributes for
2099 Instead, we will open the file (which *does* traverse symlinks by default)