Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/
Dpycore_pathconfig.h13 extern PyStatus _PyPathConfig_UpdateGlobal(const PyConfig *config);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/internal/
Dpycore_pathconfig.h13 extern PyStatus _PyPathConfig_UpdateGlobal(const PyConfig *config);
/aosp_15_r20/external/python/cpython3/Include/internal/
Dpycore_pathconfig.h13 extern PyStatus _PyPathConfig_UpdateGlobal(const PyConfig *config);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/
Dpycore_pathconfig.h13 extern PyStatus _PyPathConfig_UpdateGlobal(const PyConfig *config);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/
Dpycore_pathconfig.h13 extern PyStatus _PyPathConfig_UpdateGlobal(const PyConfig *config);
/aosp_15_r20/external/python/cpython3/Python/
Dpathconfig.c129 _PyPathConfig_UpdateGlobal(const PyConfig *config) in _PyPathConfig_UpdateGlobal() function
Dpylifecycle.c477 PyStatus status = _PyPathConfig_UpdateGlobal(config); in interpreter_update_config()
567 status = _PyPathConfig_UpdateGlobal(config); in pyinit_core_reconfigure()
/aosp_15_r20/external/python/cpython3/Modules/
Dmain.c549 if (_PyStatus_EXCEPTION(_PyPathConfig_UpdateGlobal(config))) { in pymain_run_python()