Home
last modified time | relevance | path

Searched refs:parse_config (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/gd/sysprops/
Dsysprops_module.cc52 parse_config(file_path); in Start()
57 parse_config(entry.path()); in Start()
73 void SyspropsModule::parse_config(std::string file_path) { in parse_config() function in bluetooth::sysprops::SyspropsModule
Dsysprops_module.h49 void parse_config(std::string file_path);
/packages/services/Car/tools/cpu_perf/
Dcpu_perf.py28 from config import parse_config as parse_config unknown
223 cpuConfig = parse_config(args.config_file)
Dperfetto_cpu_analysis.py29 from config import parse_config as parse_config unknown
282 cpuConfig = parse_config(args.config_file)
Dconfig.py96 def parse_config(configFile): function