Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dgetpath.c304 search_for_exec_prefix(char *argv0_path, char *home) in search_for_exec_prefix() function
532 if (!(efound = search_for_exec_prefix(argv0_path, home))) { in calculate_path()
/external/python/cpython3/Modules/
Dgetpath.c450 search_for_exec_prefix(const _PyCoreConfig *core_config, in search_for_exec_prefix() function
529 calculate->exec_prefix_found = search_for_exec_prefix(core_config, in calculate_exec_prefix()