Home
last modified time | relevance | path

Searched defs:command (Results 1 – 3 of 3) sorted by relevance

/build/toolchain/
Dgcc_link_wrapper.py30 def command_to_run(command): argument
36 def is_static_link(command): argument
49 def update_crt(command): argument
Dwrapper_utils.py34 def command_to_run(command): argument
56 def run_link_with_optional_map_file(command, env=None, map_file=None): argument
87 def capture_command_stderr(command, env=None): argument
/build/scripts/
Dkernel_permission_handler.py67command = ['llvm-objcopy', '--add-section', '.kernelpermission=kernel_permission.json', so_path] variable