Home
last modified time | relevance | path

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

/third_party/python/Python/
Dpathconfig.c57 CLEAR(config->module_search_path); in pathconfig_clear()
85 COPY_ATTR(module_search_path); in pathconfig_copy()
151 PyMem_RawFree(pathconfig->module_search_path); in pathconfig_set_from_config()
152 … pathconfig->module_search_path = _PyWideStringList_Join(&config->module_search_paths, DELIM); in pathconfig_set_from_config()
153 if (pathconfig->module_search_path == NULL) { in pathconfig_set_from_config()
220 SET_ITEM_STR(module_search_path); in _PyPathConfig_AsDict()
278 const wchar_t *sys_path = pathconfig->module_search_path; in config_init_module_search_paths()
375 && pathconfig.module_search_path != NULL) in config_init_pathconfig()
489 PyMem_RawFree(_Py_path_config.module_search_path); in Py_SetPath()
493 _Py_path_config.module_search_path = _PyMem_RawWcsdup(path); in Py_SetPath()
[all …]
/third_party/python/Include/internal/
Dpycore_pathconfig.h17 wchar_t *module_search_path; member
35 {.module_search_path = NULL, \
40 {.module_search_path = NULL}
/third_party/python/PC/
Dgetpathp.c647 if (pathconfig->module_search_path == NULL) { in read_pth_file()
648 pathconfig->module_search_path = _PyMem_RawWcsdup(buf); in read_pth_file()
649 if (pathconfig->module_search_path == NULL) { in read_pth_file()
949 pathconfig->module_search_path = start_buf; in calculate_module_search_path()
1003 if (pathconfig->module_search_path == NULL) { in calculate_path()
/third_party/python/Modules/
Dgetpath.c1419 pathconfig->module_search_path = buf; in calculate_module_search_path()
1536 if (pathconfig->module_search_path == NULL) { in calculate_path()