Home
last modified time | relevance | path

Searched refs:run (Results 1 – 25 of 46) sorted by relevance

12

/build/templates/rust/
Drust_cxxbridge.py22 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)
Drust_bindgen.py73 rescode = subprocess.run([args.exe, *ohos_genargs], env=env).returncode
/build/hb/modules/
Dohos_build_module.py63 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/
Dv8_target_cpu.gni10 # 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/
Dgen_bpf_uapi.py39 subprocess.run(make_uapi_cmd)
40 subprocess.run(make_tools_uapi_cmd)
/build/ohos/ndk/
Dparse_ndk_targets.py21 def run(args): function
41 exist_targets = run(args)
Dcollect_ndk_syscap.py52 def run(args): function
76 return run(args)
Dcheck_ndk_header.py45 result = subprocess.run(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
/build/toolchain/
Dmini_debug_info.py33 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/
Dmodule_deps.py53 def run(deps_files_path: str, output_path: str): function
73 run(args.deps_files_path, output_path)
Dpart_deps.py117 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/
Ddownload_sdk.py89 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])
Dcompile_app.py76 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/
Denv_module_interface.py37 def run(self): member in EnvModuleInterface
Dclean_module_interface.py37 def run(self): member in CleanModuleInterface
Dmodule_interface.py38 def run(self): member in ModuleInterface
Dset_module_interface.py37 def run(self): member in SetModuleInterface
Dtool_module_interface.py55 def run(self): member in ToolModuleInterface
Dbuild_module_interface.py61 def run(self): member in BuildModuleInterface
/build/hb/services/interface/
Dservice_interface.py44 def run(self): member in ServiceInterface
Dbuild_file_generator_interface.py40 def run(self): member in BuildFileGeneratorInterface
Dbuild_executor_interface.py38 def run(self): member in BuildExecutorInterface
Dpreload_interface.py45 def run(self): member in PreloadInterface
/build/hb/
DREADME.md80 - 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/
Dgenerate_host_symlink.py46 subprocess.run(['ln', '-sf', str(source_file), str(symlink_dest_file)])

12