HomeSort by relevance Sort by last modified time
    Searched refs:rspfile (Results 1 - 5 of 5) sorted by null

  /system/bt/build/toolchain/gcc/
BUILD.gn 41 rspfile = "{{output}}.rsp"
42 command = "rm -f {{output}} && ar rcs {{output}} @$rspfile"
55 rspfile = soname + ".rsp"
58 "$cxx -shared {{ldflags}} -o $soname -Wl,-soname=$soname @$rspfile"
79 rspfile = "$outfile.rsp"
80 command = "$cxx {{ldflags}} -o $outfile -Wl,--start-group @$rspfile {{solibs}} -Wl,--end-group {{libs}}"
  /system/bt/build/toolchain/clang/
BUILD.gn 60 rspfile = "{{output}}.rsp"
61 command = "rm -f {{output}} && ar rcs {{output}} @$rspfile"
74 rspfile = soname + ".rsp"
77 "$clangxx -shared {{ldflags}} -o $soname -Wl,-soname=$soname @$rspfile"
98 rspfile = "$outfile.rsp"
99 command = "$clangxx {{ldflags}} -o $outfile -Wl,--start-group @$rspfile {{solibs}} -Wl,--end-group {{libs}}"
  /external/skia/gn/
ar.py 14 ar, output, rspfile = sys.argv[1:]
20 sys.exit(subprocess.call([ar, "rcs", output, "@" + rspfile]))
22 # Mac ar doesn't support @rspfile syntax.
23 objects = open(rspfile).read().split()
  /build/blueprint/
ninja_defs.go 66 Rspfile string // The response file.
187 if params.Rspfile != "" {
188 value, err = parseNinjaString(scope, params.Rspfile)
190 return nil, fmt.Errorf("error parsing Rspfile param: %s", err)
192 r.Variables["rspfile"] = value
  /build/kati/
ninja.go 539 fmt.Fprintf(n.f, " rspfile = $out.rsp\n")

Completed in 679 milliseconds