Lines Matching full:join

32         self.build_prop = os.path.join(output_dir, 'build.prop')
33 self.build_config_json = os.path.join(output_dir, 'build_config.json')
34 self.parts_json = os.path.join(output_dir, 'parts.json')
35 self.parts_config_json = os.path.join(output_dir, 'parts_config.json')
36 self.build_gnargs_prop = os.path.join(output_dir, 'build_gnargs.prop')
37 self.features_json = os.path.join(output_dir, 'features.json')
38 self.syscap_json = os.path.join(output_dir, 'syscap.json')
39 self.exclusion_modules_json = os.path.join(output_dir,
41 self.subsystem_config_json = os.path.join(output_dir,
43 self.subsystem_config_overlay_json = os.path.join(output_dir,
45 self.platforms_build = os.path.join(output_dir, 'platforms.build')
46 self.systemcapability_json = os.path.join(
48 self.compile_standard_whitelist_json = os.path.join(output_dir, 'compile_standard_whitelist.json')
49 self.compile_env_allowlist_json = os.path.join(output_dir, 'compile_env_allowlist.json')
60 self.productdefine_dir = os.path.join(
62 self.built_in_base_dir = os.path.join(self.productdefine_dir, 'base')
67 self.device_dir = os.path.join(config.root_path, 'device')
69 self.subsystem_config_json = os.path.join(
71 self.subsystem_config_overlay_json = os.path.join(config.product_path,
73 self.lite_components_dir = os.path.join(
76 self.preloader_output_dir = os.path.join(
225 ext_root_proc_conf_path = os.path.join(
230 ext_critical_proc_conf_path = os.path.join(
235 ext_sanitizer_check_list_path = os.path.join(
239 _global_ext_var_file = os.path.join(
254 chipprod_config_path = os.path.join(
259 ext_sdk_config_file = os.path.join(
264 ext_ndk_config_file = os.path.join(
269 path = os.path.join(
296 device_config_file = os.path.join(config_dir,
329 device_build_path = os.path.join(self._dirs.device_dir,
333 device_build_path = os.path.join(self._dirs.device_dir,
359 system_base_config_file = os.path.join(base_config_dir,
369 _file = os.path.join(source_root_dir, _config)
379 _info = IoUtil.read_json_file(os.path.join(