Home
last modified time | relevance | path

Searched refs:get_config_value_with_fallback (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/autotest/client/common_lib/
H A Dglobal_config_unittest.py226 val = self.conf.get_config_value_with_fallback(
230 val = self.conf.get_config_value_with_fallback(
234 val = self.conf.get_config_value_with_fallback(
240 Exception, self.conf.get_config_value_with_fallback,
H A Dglobal_config.py222 def get_config_value_with_fallback(self, section, key, fallback_key, member in global_config_class
/aosp_15_r20/external/autotest/tko/
H A Ddb.py137 get_value = global_config.global_config.get_config_value_with_fallback