Home
last modified time | relevance | path

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

/build/hb/util/loader/
Dsubsystem_scan.py28 def _read_config(subsystem_config_file, example_subsystem_file): argument
29 if not os.path.exists(subsystem_config_file):
31 "config file '{}' doesn't exist.".format(subsystem_config_file), "2013")
32 subsystem_config = read_json_file(subsystem_config_file)
35 subsystem_config_file), "2013")
75 def scan(subsystem_config_file, example_subsystem_file, source_root_dir): argument
76 subsystem_infos = _read_config(subsystem_config_file,
121 build_configs = scan(args.subsystem_config_file,
Dsubsystem_info.py64 def get_subsystem_info(subsystem_config_file, example_subsystem_file, argument
66 if not subsystem_config_file:
67 subsystem_config_file = 'build/subsystem_config.json'
71 subsystem_configs = subsystem_scan.scan(subsystem_config_file,
/build/hb/util/preloader/
Dparse_lite_subsystems_config.py59 source_root_dir, subsystem_config_file): argument
60 subsystem_infos = read_json_file(subsystem_config_file)
/build/hb/services/
Dloader.py44 self.subsystem_config_file = ""
71 self.subsystem_config_file = os.path.join(
99 self.subsystem_config_file,
151 if not read_json_file(self.subsystem_config_file):
152 self.subsystem_config_file = os.path.join(
154 if not read_json_file(self.subsystem_config_file):
782 self.subsystem_config_file))
/build/ohos/statistics/
Dbuild_overlap_statistics.py153 paths = get_subsystem_paths(options.subsystem_config_file,