Home
last modified time | relevance | path

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

/external/autotest/database/
Ddatabase_connection_unittest.py35 def _get_database_connection(self, config_section=_CONFIG_SECTION): argument
36 if config_section == _CONFIG_SECTION:
38 db = database_connection.DatabaseConnection(config_section)
65 db = self._get_database_connection(config_section=None)
Dmigrate.py101 config_section = self._config_section()
104 _MIGRATIONS_DIRS.get(config_section, _DEFAULT_MIGRATIONS_DIR))
/external/igt-gpu-tools/overlay/
Doverlay.h65 struct config_section { struct
66 struct config_section *next; argument
Dconfig.c185 struct config_section *s; in add_value()
286 struct config_section *s; in config_get_value()