Searched refs:exec_prefix_len (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Modules/ |
D | getpath.c | 646 wchar_t *exec_prefix, size_t exec_prefix_len, in calculate_pybuilddir() argument 680 if (safe_wcscpy(exec_prefix, argv0_path, exec_prefix_len) < 0) { in calculate_pybuilddir() 684 status = joinpath(exec_prefix, pybuilddir, exec_prefix_len); in calculate_pybuilddir() 700 wchar_t *exec_prefix, size_t exec_prefix_len, in search_for_exec_prefix() argument 710 if (safe_wcscpy(exec_prefix, delim+1, exec_prefix_len) < 0) { in search_for_exec_prefix() 715 if (safe_wcscpy(exec_prefix, pathconfig->home, exec_prefix_len) < 0) { in search_for_exec_prefix() 719 status = joinpath(exec_prefix, calculate->lib_python, exec_prefix_len); in search_for_exec_prefix() 723 status = joinpath(exec_prefix, L"lib-dynload", exec_prefix_len); in search_for_exec_prefix() 734 exec_prefix, exec_prefix_len, found); in search_for_exec_prefix() 743 status = copy_absolute(exec_prefix, calculate->argv0_path, exec_prefix_len); in search_for_exec_prefix() [all …]
|