Searched refs:gn_path (Results 1 - 3 of 3) sorted by relevance
/build/hb/services/ |
H A D | gn.py | 83 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')
|
/build/templates/common/ |
H A D | generate_component_package.py | 488 gn_path = os.path.join(args.get("out_path"), "component_package", args.get("part_path"), 490 fd = os.open(gn_path, os.O_WRONLY | os.O_CREAT, mode=0o640) 504 def _toolchain_gn_modify(gn_path, file_name, toolchain_gn_file): 505 if os.path.isfile(gn_path) and file_name: 506 with open(gn_path, 'r') as f: 529 gn_path = os.path.join(args.get("out_path"), "component_package", args.get("part_path"), 541 _toolchain_gn_modify(gn_path, file_name, toolchain_gn_file)
|
/build/hb/resources/ |
H A D | config.py | 327 def gn_path(self): member in Config
|
Completed in 3 milliseconds