Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dposixmodule.c7347 WCHAR dest_parent[MAX_PATH]; in _check_dirW() local
7351 if (wcscpy_s(dest_parent, MAX_PATH, dest) || in _check_dirW()
7352 _dirnameW(dest_parent)) { in _check_dirW()
7356 if (_joinW(src_resolved, dest_parent, src)) { in _check_dirW()