Home
last modified time | relevance | path

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

/external/python/cpython3/PC/
Dvenvlauncher.c154 split_parent(wchar_t *buffer, size_t bufferLength) in split_parent() function
180 if (!split_parent(pyvenvcfg_path, maxlen)) { in calculate_pyvenvcfg_path()
194 if (!split_parent(pyvenvcfg_path, maxlen) || in calculate_pyvenvcfg_path()
195 !split_parent(pyvenvcfg_path, maxlen)) { in calculate_pyvenvcfg_path()
Dlauncher2.c199 split_parent(wchar_t *buffer, size_t bufferLength) in split_parent() function
1866 if (!split_parent(buffer, MAXLEN) || !join(buffer, MAXLEN, L"python.exe")) { in virtualenvSearch()