Searched refs:Input (Results 1 – 25 of 78) sorted by relevance
1234
/build/soong/java/ |
D | hiddenapi_singleton.go | 189 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(";").
|
D | boot_jars.go | 38 Input(ctx.Config().HostToolPath(ctx, "dexdump")). 39 Input(android.PathForSource(ctx, "build/soong/scripts/check_boot_jars/package_allowed_list.txt")).
|
D | android_manifest.go | 115 Input: manifest, 141 Input: manifest,
|
D | app_builder.go | 114 Input: unsignedApk, 188 Input: protoResJarFile, 199 Input: dexJarFile,
|
D | droidstubs.go | 654 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).
|
D | gen.go | 73 Input(aidlFile). 111 Input: logtagsFile,
|
/build/soong/cc/ |
D | gen.go | 82 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,
|
D | builder.go | 520 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 …]
|
D | prebuilt_test.go | 350 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")
|
D | prebuilt.go | 166 Input: importLibSrc, 178 Input: in, 458 Input: in, 478 Input: in,
|
/build/soong/xml/ |
D | xml.go | 90 Input: p.PrebuiltEtc.SourceFilePath(ctx), 102 Input: p.PrebuiltEtc.SourceFilePath(ctx), 118 Input: p.PrebuiltEtc.SourceFilePath(ctx),
|
D | xml_test.go | 75 android.AssertStringEquals(t, "input", tc.input, rule.Input.String())
|
/build/soong/filesystem/ |
D | filesystem.go | 245 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)
|
D | logical_partition.go | 198 builder.Command().BuiltTool("img2simg").Input(img).Output(sparseImg) 202 builder.Command().BuiltTool("sparse_img").Flag("--get_partition_size").Input(sparseImg).
|
/build/soong/android/ |
D | ninja_deps_test.go | 47 Input: PathForTesting("foo"),
|
D | rule_builder_test.go | 106 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")).
|
D | prebuilt_build_tool.go | 71 Input: sourcePath,
|
D | notices.go | 85 Input: mergedNotice,
|
/build/soong/rust/ |
D | binary_test.go | 186 if !strings.HasSuffix(cp.Input.String(), "stripped/foo") { 187 t.Errorf("installed binary not based on stripped version: %v", cp.Input)
|
D | library_test.go | 232 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/ |
D | prebuilt_kernel_modules.go | 111 Input: m, 141 builder.Command().Text("cp").Input(m).Text(modulesDir.String())
|
/build/soong/sh/ |
D | sh_binary_test.go | 128 android.AssertPathRelativeToTopEquals(t, "relocation input", expectedInput, relocated.Input) 193 android.AssertPathRelativeToTopEquals(t, "relocation input", expectedInput, relocated.Input)
|
/build/soong/apex/ |
D | builder.go | 223 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,
|
D | deapexer.go | 129 Input(p.inputApex).
|
/build/soong/dexpreopt/ |
D | dexpreopt.go | 256 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