Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dfileutils.h135 size_t resolved_path_len);
/third_party/python/Python/
Dfileutils.c1944 wchar_t *resolved_path, size_t resolved_path_len) in _Py_wrealpath() argument
1967 if (resolved_path_len <= r) { in _Py_wrealpath()
1972 wcsncpy(resolved_path, wresolved_path, resolved_path_len); in _Py_wrealpath()