Home
last modified time | relevance | path

Searched defs:config_key (Results 1 – 2 of 2) sorted by relevance

/external/autotest/frontend/
Ddatabase_settings_helper.py42 def _get_config(config_key, section='AUTOTEST_WEB', **kwargs): argument
57 def _get_global_config(config_key, default=config._NO_DEFAULT_SPECIFIED, argument
86 def _get_readonly_config(config_key, default=config._NO_DEFAULT_SPECIFIED, argument
108 def _get_server_db_config(config_key, default=config._NO_DEFAULT_SPECIFIED, argument
/external/python/cpython3/PC/
Dlauncher.c499 static wchar_t config_key [] = { L"pythonX" }; in locate_python() local