Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dgetpath.c883 wchar_t **abs_path_p) in calculate_which() argument
906 *abs_path_p = abs_path; in calculate_which()
924 calculate_program_macos(wchar_t **abs_path_p) in calculate_program_macos() argument
947 *abs_path_p = Py_DecodeLocale(execpath, &len); in calculate_program_macos()
948 if (*abs_path_p == NULL) { in calculate_program_macos()