Lines Matching refs:command
39 … command = "$cc {{defines}} {{include_dirs}} {{cflags}} {{cflags_c}} -c {{source}} -o {{output}}"
47 command = "$cxx {{defines}} {{include_dirs}} {{cflags_cc}} -c {{source}} -o {{output}}"
55 command = "$cc {{defines}} {{include_dirs}} {{asmflags}} {{source}} -c -o {{output}}"
65 command = "$ar cr {{output}} @\"$rspfile\""
80 command = ""
84 …command += "$ld -shared {{ldflags}} $extra_ldflags " + "-Wl,--start-group {{inputs}} {{libs}} -Wl,…
86 command += " && $strip \"$unstripped_outfile\" -o \"$outfile\""
102 command = ""
106 …command += "$ld {{ldflags}} $extra_ldflags " + "-Wl,--start-group {{inputs}} {{libs}} -Wl,--end-gr…
108 command += " && $strip \"$unstripped_outfile\" -o \"$outfile\""
121 command = "cmd /c type nul > \"{{output}}\""
123 command = "/usr/bin/touch {{output}}"
129 …command = "python $ohos_root_path/build/lite/copy_files.py --src_type=file --src={{source}} --dest…
131 command = "cp -afd {{source}} {{output}}"