Searched refs:exec_prefix_len (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Modules/ |
D | getpath.c | 647 wchar_t *exec_prefix, size_t exec_prefix_len, in calculate_pybuilddir() argument 681 if (safe_wcscpy(exec_prefix, argv0_path, exec_prefix_len) < 0) { in calculate_pybuilddir() 685 status = joinpath(exec_prefix, pybuilddir, exec_prefix_len); in calculate_pybuilddir() 701 wchar_t *exec_prefix, size_t exec_prefix_len, in search_for_exec_prefix() argument 711 if (safe_wcscpy(exec_prefix, delim+1, exec_prefix_len) < 0) { in search_for_exec_prefix() 716 if (safe_wcscpy(exec_prefix, pathconfig->home, exec_prefix_len) < 0) { in search_for_exec_prefix() 720 status = joinpath(exec_prefix, calculate->lib_python, exec_prefix_len); in search_for_exec_prefix() 724 status = joinpath(exec_prefix, L"lib-dynload", exec_prefix_len); in search_for_exec_prefix() 735 exec_prefix, exec_prefix_len, found); in search_for_exec_prefix() 744 status = copy_absolute(exec_prefix, calculate->argv0_path, exec_prefix_len); in search_for_exec_prefix() [all …]
|