Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/
Dposixmodule.c8835 WCHAR src_resolved[MAX_PATH] = L""; in _check_dirW() local
8843 if (_joinW(src_resolved, dest_parent, src)) { in _check_dirW()
8847 GetFileAttributesExW(src_resolved, GetFileExInfoStandard, &src_info) in _check_dirW()