Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dgetpath.c147 } PyCalculatePath; typedef
451 search_for_prefix(PyCalculatePath *calculate, _PyPathConfig *pathconfig, in search_for_prefix()
571 calculate_prefix(PyCalculatePath *calculate, _PyPathConfig *pathconfig) in calculate_prefix()
606 calculate_set_prefix(PyCalculatePath *calculate, _PyPathConfig *pathconfig) in calculate_set_prefix()
700 search_for_exec_prefix(PyCalculatePath *calculate, _PyPathConfig *pathconfig, in search_for_exec_prefix()
794 calculate_exec_prefix(PyCalculatePath *calculate, _PyPathConfig *pathconfig) in calculate_exec_prefix()
841 calculate_set_exec_prefix(PyCalculatePath *calculate, in calculate_set_exec_prefix()
957 calculate_program_impl(PyCalculatePath *calculate, _PyPathConfig *pathconfig) in calculate_program_impl()
1012 calculate_program(PyCalculatePath *calculate, _PyPathConfig *pathconfig) in calculate_program()
1096 calculate_argv0_path_framework(PyCalculatePath *calculate, _PyPathConfig *pathconfig) in calculate_argv0_path_framework()
[all …]
/external/python/cpython3/PC/
Dgetpathp.c135 } PyCalculatePath; typedef
669 get_pth_filename(PyCalculatePath *calculate, wchar_t *filename, in get_pth_filename()
689 calculate_pth_file(PyCalculatePath *calculate, _PyPathConfig *pathconfig, in calculate_pth_file()
707 calculate_pyvenv_file(PyCalculatePath *calculate, in calculate_pyvenv_file()
750 calculate_home_prefix(PyCalculatePath *calculate, in calculate_home_prefix()
775 calculate_module_search_path(PyCalculatePath *calculate, in calculate_module_search_path()
956 calculate_path(PyCalculatePath *calculate, _PyPathConfig *pathconfig) in calculate_path()
1031 calculate_init(PyCalculatePath *calculate, _PyPathConfig *pathconfig, in calculate_init()
1044 calculate_free(PyCalculatePath *calculate) in calculate_free()
1082 PyCalculatePath calculate; in _PyPathConfig_Calculate()