Home
last modified time | relevance | path

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

/system/bt/build/toolchain/gcc/
DBUILD.gn78 outfile = "{{target_output_name}}{{output_extension}}"
79 rspfile = "$outfile.rsp"
80 …command = "$cxx {{ldflags}} -o $outfile -Wl,--start-group @$rspfile {{solibs}} -Wl,--end-group {{l…
81 description = "LINK $outfile"
84 outfile,
/system/bt/build/toolchain/clang/
DBUILD.gn97 outfile = "{{target_output_name}}{{output_extension}}"
98 rspfile = "$outfile.rsp"
99 …command = "$clangxx {{ldflags}} -o $outfile -Wl,--start-group @$rspfile {{solibs}} -Wl,--end-group…
100 description = "LINK $outfile"
103 outfile,
/system/extras/ioshark/
Dcompile_ioshark.c535 char *infile, *outfile; in main() local
545 outfile = argv[2]; in main()
658 fp = fopen(outfile, "w+"); in main()