Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpathconfig.c158 #define COPY_CONFIG(PATH_ATTR, CONFIG_ATTR) \ in pathconfig_set_from_config() argument
159 if (config->CONFIG_ATTR) { \ in pathconfig_set_from_config()
162 if (copy_wstr(&pathconfig->PATH_ATTR, config->CONFIG_ATTR) < 0) { \ in pathconfig_set_from_config()
309 #define COPY_ATTR(PATH_ATTR, CONFIG_ATTR) \ in config_calculate_pathconfig() argument
310 if (config->CONFIG_ATTR == NULL) { \ in config_calculate_pathconfig()
311 if (copy_wstr(&config->CONFIG_ATTR, pathconfig.PATH_ATTR) < 0) { \ in config_calculate_pathconfig()