HomeSort by relevance Sort by last modified time
    Searched refs:module_search_path_env (Results 1 - 4 of 4) sorted by null

  /external/python/cpython3/PC/
getpathp.c 782 int skipdefault = (core_config->module_search_path_env != NULL ||
821 if (core_config->module_search_path_env != NULL) {
822 bufsz += wcslen(core_config->module_search_path_env) + 1;
830 if (core_config->module_search_path_env) {
832 config->module_search_path = core_config->module_search_path_env;
842 if (core_config->module_search_path_env) {
844 core_config->module_search_path_env)) {
    [all...]
  /external/python/cpython3/Modules/
getpath.c 807 if (core_config->module_search_path_env != NULL) {
808 bufsz += wcslen(core_config->module_search_path_env) + 1;
842 if (core_config->module_search_path_env) {
843 wcscpy(buf, core_config->module_search_path_env);
main.c     [all...]
  /external/python/cpython3/Include/
pystate.h 61 wchar_t *module_search_path_env; /* PYTHONPATH environment variable */ member in struct:__anon37120

Completed in 89 milliseconds