Home
last modified time | relevance | path

Searched refs:gn_path (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/build/hb/services/
H A Dgn.py83 gn_path = os.path.join(self.config.root_path, 'prebuilts/build-tools/{}-x86/bin/gn'
85 if os.path.exists(gn_path):
86 self.exec = gn_path
89 'There is no gn executable file at {}'.format(gn_path), '0001')
/ohos5.0/build/templates/common/
H A Dgenerate_component_package.py483 gn_path = os.path.join(args.get("out_path"), "component_package", args.get("part_path"),
485 fd = os.open(gn_path, os.O_WRONLY | os.O_CREAT, mode=0o640)
499 def _toolchain_gn_modify(gn_path, file_name, toolchain_gn_file): argument
500 if os.path.isfile(gn_path) and file_name:
501 with open(gn_path, 'r') as f:
524 gn_path = os.path.join(args.get("out_path"), "component_package", args.get("part_path"),
536 _toolchain_gn_modify(gn_path, file_name, toolchain_gn_file)
/ohos5.0/base/hiviewdfx/hiview/build/
H A Dgen_plugin_build.py58 gn_path = realpath(join(root_path, info['path'], "BUILD.gn"))
59 if not os.path.exists(gn_path):
60 print('%s %s' % (gn_path, 'is not exist.'))
/ohos5.0/build/hb/resources/
H A Dconfig.py327 def gn_path(self): member in Config