Home
last modified time | relevance | path

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

1234

/build/soong/java/
Dhiddenapi_singleton.go189 Input: inputPath,
200 Input: inputPath,
223 Text("cmp -s").Input(tempPath).Output(outputPath).Text(";").
225 Text("rm").Input(tempPath).Text(";").
227 Text("mv").Input(tempPath).Output(outputPath).Text(";").
Dboot_jars.go38 Input(ctx.Config().HostToolPath(ctx, "dexdump")).
39 Input(android.PathForSource(ctx, "build/soong/scripts/check_boot_jars/package_allowed_list.txt")).
Dandroid_manifest.go115 Input: manifest,
141 Input: manifest,
Dapp_builder.go114 Input: unsignedApk,
188 Input: protoResJarFile,
199 Input: dexJarFile,
Ddroidstubs.go654 Input(apiFile).Input(d.apiFile)
658 Input(removedApiFile).Input(d.removedApiFile)
689 Input(d.apiFile).Flag(apiFile.String())
693 Input(d.removedApiFile).Flag(removedApiFile.String())
731 Text("diff").Input(checkNullabilityWarnings).Input(d.nullabilityWarningsFile).
Dgen.go73 Input(aidlFile).
111 Input: logtagsFile,
/build/soong/cc/
Dgen.go82 rule.Command().Text(sedCmd).Input(outFile)
83 rule.Command().Text(sedCmd).Input(headerFile)
93 rule.Command().Text(sedCmd).Input(locationHeader)
99 rule.Command().Text(sedCmd).Input(positionHeader)
109 Flag("-o").Output(outFile).Input(yaccFile)
143 Input(aidlFile).
174 Input: lexFile,
191 Input: syspropFile,
214 Input: srcFile,
Dbuilder.go520 Input: srcFile,
533 Input: srcFile,
602 Input: srcFile,
618 Input: srcFile,
641 Input: srcFile,
666 Input: srcFile,
868 Input: zippedRefDump,
911 Input: inputDump,
941 Input: inputFile,
985 Input: inputFile,
[all …]
Dprebuilt_test.go350 assertString(t, shared_rule.Input.String(), "libf.so")
356 assertString(t, shared_rule2.Input.String(), "libf.so")
369 assertString(t, shared_rule.Input.String(), "hwasan/libf.so")
375 assertString(t, shared_rule2.Input.String(), "hwasan/libf.so")
Dprebuilt.go166 Input: importLibSrc,
178 Input: in,
458 Input: in,
478 Input: in,
/build/soong/xml/
Dxml.go90 Input: p.PrebuiltEtc.SourceFilePath(ctx),
102 Input: p.PrebuiltEtc.SourceFilePath(ctx),
118 Input: p.PrebuiltEtc.SourceFilePath(ctx),
Dxml_test.go75 android.AssertStringEquals(t, "input", tc.input, rule.Input.String())
/build/soong/filesystem/
Dfilesystem.go245 Input(rootZip).
246 Input(rebasedDepsZip)
252 Input(propFile).
268 Input(android.PathForModuleSrc(ctx, proptools.String(f.properties.File_contexts)))
364 Input(rootZip).
365 Input(rebasedDepsZip)
Dlogical_partition.go198 builder.Command().BuiltTool("img2simg").Input(img).Output(sparseImg)
202 builder.Command().BuiltTool("sparse_img").Flag("--get_partition_size").Input(sparseImg).
/build/soong/android/
Dninja_deps_test.go47 Input: PathForTesting("foo"),
Drule_builder_test.go106 Input(PathForSource(ctx, "a")).
110 Input(PathForOutput(ctx, "b")).
133 Input(PathForSource(ctx, "a")).
137 Input(PathForOutput(ctx, "b")).
322 Input(PathForSource(ctx, "Input")).
334 Input(PathForSource(ctx, "input2")).
348 Input(PathForSource(ctx, "input3")).
349 Input(PathForOutput(ctx, "module/output2")).
Dprebuilt_build_tool.go71 Input: sourcePath,
Dnotices.go85 Input: mergedNotice,
/build/soong/rust/
Dbinary_test.go186 if !strings.HasSuffix(cp.Input.String(), "stripped/foo") {
187 t.Errorf("installed binary not based on stripped version: %v", cp.Input)
Dlibrary_test.go232 if !strings.HasSuffix(cp.Input.String(), "stripped/libfoo.dylib.so") {
233 t.Errorf("installed binary not based on stripped version: %v", cp.Input)
/build/soong/kernel/
Dprebuilt_kernel_modules.go111 Input: m,
141 builder.Command().Text("cp").Input(m).Text(modulesDir.String())
/build/soong/sh/
Dsh_binary_test.go128 android.AssertPathRelativeToTopEquals(t, "relocation input", expectedInput, relocated.Input)
193 android.AssertPathRelativeToTopEquals(t, "relocation input", expectedInput, relocated.Input)
/build/soong/apex/
Dbuilder.go223 Input: src,
239 Input: manifestJsonFullOut,
248 Input: manifestJsonFullOut,
281 rule.Command().Text("cat").Input(fileContexts).Text(">>").Output(output)
296 …rule.Command().Text("awk").Text(`'/object_r/{printf("` + apexPath + `%s\n", $0)}'`).Input(fileCont…
680 Input: unsignedOutputFile,
713 Input(ndkLibraryList).
731 Input: apexProtoFile,
775 Input: unsignedOutputFile,
810 Input: unsignedCompressedOutputFile,
Ddeapexer.go129 Input(p.inputApex).
/build/soong/dexpreopt/
Ddexpreopt.go256 rule.Command().Text("cp -f").Input(module.DexPath).Output(dexPathHost)
389 Input(module.EnforceUsesLibrariesStatusFile).
401 rule.Command().Text("cp -f").Input(vdexPath).Output(tmpPath)
406 Input(tmpPath)

1234