Home
last modified time | relevance | path

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

/third_party/python/Python/
Dpathconfig.c61 CLEAR(config->base_executable); in pathconfig_clear()
91 COPY_ATTR(base_executable); in pathconfig_copy()
173 COPY_CONFIG(base_executable, base_executable); in pathconfig_set_from_config()
226 SET_ITEM_STR(base_executable); in _PyPathConfig_AsDict()
391 if (config->executable != NULL && config->base_executable == NULL) { in config_init_pathconfig()
397 COPY_ATTR(base_executable, base_executable); in config_init_pathconfig()
457 if (config->base_executable == NULL && config->executable != NULL) { in _PyConfig_InitPathConfig()
458 if (copy_wstr(&config->base_executable, in _PyConfig_InitPathConfig()
Dinitconfig.c674 CLEAR(config->base_executable); in PyConfig_Clear()
916 COPY_WSTR_ATTR(base_executable); in _PyConfig_Copy()
1019 SET_ITEM_WSTR(base_executable); in _PyConfig_AsDict()
1320 GET_WSTR_OPT(base_executable); in _PyConfig_FromDict()
Dsysmodule.c3004 COPY_WSTR("_base_executable", config->base_executable); in _PySys_UpdateConfig()
/third_party/python/Lib/test/
D_test_embed_set_config.py217 self.set_config(base_executable="base_executable")
225 base_executable=None,
/third_party/python/Include/internal/
Dpycore_pathconfig.h29 wchar_t *base_executable; member
/third_party/python/PC/
Dgetpathp.c509 if (pathconfig->base_executable == NULL) { in get_program_full_path()
510 pathconfig->base_executable = PyMem_RawMalloc( in get_program_full_path()
512 if (pathconfig->base_executable == NULL) { in get_program_full_path()
516 status = canonicalize(pathconfig->base_executable, in get_program_full_path()
Dpython_uwp.cpp143 status = PyConfig_SetString(config, &config->base_executable, in set_process_name()
/third_party/python/Include/cpython/
Dinitconfig.h188 wchar_t *base_executable; member
/third_party/python/Doc/c-api/
Dinit_config.rst545 .. c:member:: wchar_t* base_executable
1344 * :c:member:`PyConfig.base_executable`
1398 :c:member:`PyConfig.base_executable`