/build/templates/rust/ |
D | rust_cxxbridge.py | 22 def run(cxx_exe, args, output, is_header_file): function 30 res = subprocess.run(run_cmd, capture_output=True) 45 ret = run(args.cxxbridge, args.args, args.header, True) 48 return run(args.cxxbridge, args.args, args.cc, False)
|
D | rust_bindgen.py | 73 rescode = subprocess.run([args.exe, *ohos_genargs], env=env).returncode
|
/build/hb/modules/ |
D | ohos_build_module.py | 63 def run(self): member in OHOSBuildModule 65 super().run() 79 self.preloader.run() 84 self.loader.run() 92 self.target_generator.run() 103 self.target_compiler.run()
|
/build/config/ |
D | v8_target_cpu.gni | 10 # than the architecture that v8 will actually run on; we then run the 11 # code under an emulator. For example, we might run v8 on x86, but 12 # generate arm code and run that under emulation. 46 # code that will be run under a simulator, then the generated code
|
/build/templates/bpf/ |
D | gen_bpf_uapi.py | 39 subprocess.run(make_uapi_cmd) 40 subprocess.run(make_tools_uapi_cmd)
|
/build/ohos/ndk/ |
D | parse_ndk_targets.py | 21 def run(args): function 41 exist_targets = run(args)
|
D | collect_ndk_syscap.py | 52 def run(args): function 76 return run(args)
|
D | check_ndk_header.py | 45 result = subprocess.run(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
/build/toolchain/ |
D | mini_debug_info.py | 33 subprocess.run(cmd.split(), stdout=output_file) 71 subprocess.run(gen_symbols_cmd.split(), stdout=output_file) 89 subprocess.run(gen_func_symbols_cmd.split(), stdout=output_file) 105 subprocess.run(gen_keep_symbols_cmd.split(), stdout=output_file)
|
/build/tools/module_dependence/ |
D | module_deps.py | 53 def run(deps_files_path: str, output_path: str): function 73 run(args.deps_files_path, output_path)
|
D | part_deps.py | 117 def run(deps_files_path: str, output_path: str, is_graph: bool): function 141 run(args.deps_files_path, output_path, args.graph)
|
/build/scripts/ |
D | download_sdk.py | 89 subprocess.run(['ls', '-d', '*/', '|', 'xargs', 'rm', '-rf']) 93 subprocess.run(['unzip', filename]) 115 subprocess.run(['mkdir', '-p', api_version]) 116 subprocess.run(['mv', dirname, api_version])
|
D | compile_app.py | 76 subprocess.run(['chmod', '+x', 'hvigorw']) 78 subprocess.run(['chmod', '+x', '.arkui-x/android/gradlew']) 196 subprocess.run(['bash', './hvigorw', '--sync', '--no-daemon'],
|
/build/hb/modules/interface/ |
D | env_module_interface.py | 37 def run(self): member in EnvModuleInterface
|
D | clean_module_interface.py | 37 def run(self): member in CleanModuleInterface
|
D | module_interface.py | 38 def run(self): member in ModuleInterface
|
D | set_module_interface.py | 37 def run(self): member in SetModuleInterface
|
D | tool_module_interface.py | 55 def run(self): member in ToolModuleInterface
|
D | build_module_interface.py | 61 def run(self): member in BuildModuleInterface
|
/build/hb/services/interface/ |
D | service_interface.py | 44 def run(self): member in ServiceInterface
|
D | build_file_generator_interface.py | 40 def run(self): member in BuildFileGeneratorInterface
|
D | build_executor_interface.py | 38 def run(self): member in BuildExecutorInterface
|
D | preload_interface.py | 45 def run(self): member in PreloadInterface
|
/build/hb/ |
D | README.md | 80 - If you run **hb set** with no argument, the default setting process starts. 81 … - You can run **hb set -root** _\[ROOT\_PATH\]_ to set the root directory of the source code. 109 … architecture for the build, each may support different cpu architectures, run 'hb set --all' to l… 176 …- If you run **hb build** with no argument, the previously configured code directory, product,… 177 …- You can run **hb build** _\{component\}_ to build product components separately based on the… 178 … - You can run **hb build** _\{component_test\}_ to build product component tests separately. 179 … - You can run **hb build -p PRODUCT** to skip the setting step and build the product directly. 180 …- You can run **hb build** in **device/device\_company/board** to select the kernel and star…
|
/build/ohos/packages/ |
D | generate_host_symlink.py | 46 subprocess.run(['ln', '-sf', str(source_file), str(symlink_dest_file)])
|