Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dutils.py236 def load_config(config_file): argument
237 if not os.path.exists(config_file):
238 log_exit("can't find config_file: %s" % config_file)
241 with open(config_file, 'r') as fh:
245 execfile(config_file, config)
/system/extras/simpleperf/runtest/
Druntest.py200 def load_config_file(config_file): argument
202 tree = ET.parse(config_file)