Searched refs:subsystem_config_file (Results 1 – 5 of 5) sorted by relevance
/build/hb/util/loader/ |
D | subsystem_scan.py | 28 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,
|
D | subsystem_info.py | 64 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/ |
D | parse_lite_subsystems_config.py | 59 source_root_dir, subsystem_config_file): argument 60 subsystem_infos = read_json_file(subsystem_config_file)
|
/build/hb/services/ |
D | loader.py | 44 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/ |
D | build_overlap_statistics.py | 153 paths = get_subsystem_paths(options.subsystem_config_file,
|