Home
last modified time | relevance | path

Searched refs:config_filename (Results 1 – 2 of 2) sorted by relevance

/tools/treble/build/sandbox/
Dconfig.py365 def __init__(self, config_filename): argument
376 tree = ET.parse(config_filename)
521 def factory(config_filename): argument
532 if config_filename is None:
535 return Config(config_filename)
/tools/test/connectivity/acts/framework/acts/controllers/
Drelay_device_controller.py45 def _create_from_external_config_file(config_filename): argument
54 with open(config_filename) as json_file: