Searched refs:get_config_value_regex (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/autotest/client/common_lib/ |
H A D | android_utils.py | 20 def get_config_value_regex(section, regex): function 29 configs = CONFIG.get_config_value_regex(section, regex) 64 board_name_map = get_config_value_regex('CLIENT', BOARD_NAME_PATTERN) 114 artifacts_map = get_config_value_regex('CLIENT', ARTIFACTS_LIST_PATTERN)
|
H A D | global_config_unittest.py | 246 configs = self.conf.get_config_value_regex('SECTION_E', 'value_\d+', 249 configs = self.conf.get_config_value_regex('SECTION_E', 'value_.*') 252 configs = self.conf.get_config_value_regex('SECTION_E',
|
H A D | global_config.py | 202 def get_config_value_regex(self, section, key_regex, type=str): member in global_config_class
|
H A D | utils.py | 2742 ssids = CONFIG.get_config_value_regex('CLIENT', WIRELESS_SSID_PATTERN)
|