Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dgetpath.c137 int exec_prefix_found; /* found the platform dependent libraries? */ member
803 &calculate->exec_prefix_found); in calculate_exec_prefix()
808 if (!calculate->exec_prefix_found) { in calculate_exec_prefix()
844 if (calculate->exec_prefix_found > 0) { in calculate_set_exec_prefix()
1534 if ((!calculate->prefix_found || !calculate->exec_prefix_found) in calculate_path()