Home
last modified time | relevance | path

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

/system/bt/gd/storage/
Dlegacy_config_file.cc37 std::ifstream config_file(path_); in Read() local
38 if (!config_file || !config_file.is_open()) { in Read()
46 while (std::getline(config_file, line)) { in Read()
/system/extras/boottime_tools/bootanalyze/
Dbugreport_anayze.py137 def __init__(self, config_file, bugreport_file): argument
141 cfg = yaml.load(config_file)
/system/extras/simpleperf/runtest/
Druntest.py206 def load_config_file(config_file): argument
208 tree = ET.parse(config_file)