Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/test/sanitizer_common/ios_commands/
Diossim_run.py19 rm_args = [] variable
23 rm_args.append(arg)
26 rm_args.append(pipes.quote(arg))
27 rm_cmd_line = ["/bin/rm"] + rm_args