Searched refs:PyCalculatePath (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/ |
D | getpath.c | 131 } PyCalculatePath; typedef 339 PyCalculatePath *calculate, wchar_t *prefix) in search_for_prefix() 406 PyCalculatePath *calculate, wchar_t *prefix) in calculate_prefix() 424 calculate_reduce_prefix(PyCalculatePath *calculate, wchar_t *prefix) in calculate_reduce_prefix() 451 PyCalculatePath *calculate, wchar_t *exec_prefix) in search_for_exec_prefix() 527 PyCalculatePath *calculate, wchar_t *exec_prefix) in calculate_exec_prefix() 545 calculate_reduce_exec_prefix(PyCalculatePath *calculate, wchar_t *exec_prefix) in calculate_reduce_exec_prefix() 563 PyCalculatePath *calculate, _PyPathConfig *config) in calculate_program_full_path() 663 calculate_argv0_path(PyCalculatePath *calculate, const wchar_t *program_full_path) in calculate_argv0_path() 741 calculate_read_pyenv(PyCalculatePath *calculate) in calculate_read_pyenv() [all …]
|
/external/python/cpython3/PC/ |
D | getpathp.c | 130 } PyCalculatePath; typedef 511 get_dll_path(PyCalculatePath *calculate, _PyPathConfig *config) in get_dll_path() 537 PyCalculatePath *calculate, _PyPathConfig *config) in get_program_full_path() 659 calculate_init(PyCalculatePath *calculate, in calculate_init() 710 calculate_pyvenv_file(PyCalculatePath *calculate) in calculate_pyvenv_file() 749 calculate_home_prefix(PyCalculatePath *calculate, wchar_t *prefix) in calculate_home_prefix() 772 PyCalculatePath *calculate, _PyPathConfig *config, in calculate_module_search_path() 958 PyCalculatePath *calculate, _PyPathConfig *config) in calculate_path_impl() 1009 calculate_free(PyCalculatePath *calculate) in calculate_free() 1019 PyCalculatePath calculate; in _PyPathConfig_Calculate()
|