Home | History | Annotate | Download | only in Modules

Lines Matching refs:src_path

471     src_path: LPWSTR
477 _winapi_CreateJunction_impl(PyObject *module, LPWSTR src_path,
495 if (src_path == NULL || dst_path == NULL)
498 if (wcsncmp(src_path, L"\\??\\", prefix_len) == 0)
515 if (GetFileAttributesW(src_path) == INVALID_FILE_ATTRIBUTES)
519 print_len = (USHORT)GetFullPathNameW(src_path, 0, NULL, NULL);
567 if (GetFullPathNameW(src_path, print_len + 1,