Home
last modified time | relevance | path

Searched refs:Input (Results 1 – 25 of 49) sorted by relevance

12

/build/soong/cc/
Dgen.go79 rule.Command().Text(sedCmd).Input(outFile)
80 rule.Command().Text(sedCmd).Input(headerFile)
90 rule.Command().Text(sedCmd).Input(locationHeader)
96 rule.Command().Text(sedCmd).Input(positionHeader)
106 Flag("-o").Output(outFile).Input(yaccFile)
140 Input(aidlFile).
161 Input: lexFile,
177 Input: syspropFile,
200 Input: srcFile,
Dbuilder.go464 Input: srcFile,
477 Input: srcFile,
543 Input: srcFile,
558 Input: srcFile,
576 Input: srcFile,
601 Input: srcFile,
800 Input: zippedRefDump,
842 Input: inputDump,
876 Input: inputFile,
919 Input: inputFile,
[all …]
Dprebuilt.go152 Input: importLibSrc,
164 Input: in,
358 Input: in,
Dsnapshot_utils.go74 Input: path,
/build/soong/xml/
Dxml.go86 Input: p.PrebuiltEtc.SourceFilePath(ctx),
98 Input: p.PrebuiltEtc.SourceFilePath(ctx),
114 Input: p.PrebuiltEtc.SourceFilePath(ctx),
Dxml_test.go107 assertEqual(t, "input", tc.input, rule.Input.String())
/build/soong/android/
Drule_builder_test.go77 Input(PathForSource(ctx, "a")).
81 Input(PathForOutput(ctx, "b")).
104 Input(PathForSource(ctx, "a")).
108 Input(PathForOutput(ctx, "b")).
293 Input(PathForSource(ctx, "Input")).
302 Input(PathForSource(ctx, "input2")).
315 Input(PathForSource(ctx, "input3")).
316 Input(PathForOutput(ctx, "output2")).
448 rule.Command().Tool(PathForSource(ctx, "cp")).Input(in).Output(out).ImplicitDepFile(outDep)
Dnotices.go85 Input: mergedNotice,
Dproto.go142 Input(protoFile).
/build/soong/java/
Dhiddenapi.go115 Input: classesJar,
128 Input: classesJar,
202 Input: dexInput,
Dandroid_manifest.go123 Input: manifest,
149 Input: manifest,
Dhiddenapi_singleton.go323 Text("cmp -s").Input(tempPath).Output(outputPath).Text(";").
325 Text("rm").Input(tempPath).Text(";").
327 Text("mv").Input(tempPath).Output(outputPath).Text(";").
356 Input: inputPath,
Dapp_builder.go109 Input: unsignedApk,
183 Input: protoResJarFile,
194 Input: dexJarFile,
Ddroiddoc.go912 Input(staticDocIndexRedirect).
919 Input(staticDocProperties).
1098 Input(apiFile).
1099 Input(d.apiFile).
1100 Input(removedApiFile).
1101 Input(d.removedApiFile)
1132 Input(d.apiFile).Flag(apiFile.String())
1136 Input(d.removedApiFile).Flag(removedApiFile.String())
1166 Input(apiFile).
1167 Input(d.apiFile).
[all …]
Dgen.go73 Input(aidlFile).
114 Input: logtagsFile,
Daapt2.go116 Input: zip,
236 Input: in,
Ddex.go234 Input: classesJar,
248 Input: classesJar,
Djacoco.go65 Input: inputJar,
Dbuilder.go543 Input: classesJar,
557 Input: classesJar,
570 Input: inputFile,
589 Input: inputFile,
Dlint.go346 cmd.Text("|| (").Text("cat").Input(text).Text("; exit 7)").Text(")")
423 Input: android.OutputFileForModule(ctx, frameworkDocStubs, ".annotations.zip"),
429 Input: android.OutputFileForModule(ctx, frameworkDocStubs, ".api_versions.xml"),
/build/soong/sysprop/
Dsysprop_library.go90 Input: syspropFile,
261 Input(m.dumpedApiFile).
262 Input(m.currentApiFile).
276 Input(m.latestApiFile).
277 Input(m.currentApiFile).
/build/soong/apex/
Dbuilder.go206 Input: manifestSrc,
221 Input: manifestJsonFullOut,
230 Input: manifestJsonFullOut,
261 rule.Command().Text("cat").Input(fileContexts).Text(">>").Output(output)
608 Input: unsignedOutputFile,
617 Input: apexProtoFile,
660 Input: unsignedOutputFile,
718 Input: a.public_key_file,
/build/soong/bpf/
Dbpf.go92 Input: src,
/build/soong/dexpreopt/
Ddexpreopt.go293 rule.Command().Text("cp -f").Input(module.DexPath).Output(dexPathHost)
446 rule.Command().Text("cp -f").Input(vdexPath).Output(tmpPath)
451 Input(tmpPath)
/build/soong/sdk/
Dtesting.go250 src := android.NormalizePathForTesting(bp.Input)
275 mergeInput := android.NormalizePathForTesting(bp.Input)

12