Searched defs:OutputPath (Results 1 – 14 of 14) sorted by relevance
/build/soong/filesystem/ |
D | fsverity_metadata.go | 35 …ctx android.ModuleContext, outputPath android.OutputPath, matchedSpecs []android.PackagingSpec, re… 44 …uilder, specs map[string]android.PackagingSpec, rootDir android.OutputPath, rebasedDir android.Out…
|
D | aconfig_files.go | 25 …xt, builder *android.RuleBuilder, specs map[string]android.PackagingSpec, dir android.OutputPath) {
|
D | raw_binary.go | 105 func (r *rawBinary) OutputPath() android.Path { func
|
D | logical_partition.go | 229 func (l *logicalPartition) OutputPath() android.Path { func
|
D | filesystem.go | 570 OutputPath() android.Path methodSpec 579 func (f *filesystem) OutputPath() android.Path { func
|
D | avb_add_hash_footer.go | 196 func (a *avbAddHashFooter) OutputPath() android.Path { func
|
D | bootimg.go | 287 func (b *bootimg) OutputPath() android.Path { func
|
D | vbmeta.go | 286 func (v *vbmeta) OutputPath() android.Path { func
|
/build/soong/apex/ |
D | builder.go | 1207 …nkerconfigValidation(ctx android.ModuleContext, apexFile android.OutputPath, imageDir android.Outp… 1224 func runApexSepolicyTests(ctx android.ModuleContext, apexFile android.OutputPath) android.Path { 1234 func runApexElfCheckerUnwanted(ctx android.ModuleContext, apexFile android.OutputPath, unwanted []s…
|
/build/soong/android/ |
D | paths.go | 1300 type OutputPath struct { struct 1301 basePath 1304 soongOutDir string 1306 fullPath string 1309 func (p OutputPath) withRel(rel string) OutputPath { 1315 func (p OutputPath) WithoutRel() OutputPath { 1320 func (p OutputPath) getSoongOutDir() string { 1324 func (p OutputPath) RelativeToTop() Path { 1328 func (p OutputPath) outputPathRelativeToTop() OutputPath { 1334 func (p OutputPath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath { [all …]
|
/build/soong/snapshot/ |
D | util.go | 28 …ule(pctx android.PackageContext, ctx buildContext, path android.Path, outPath android.OutputPath) {
|
/build/soong/linkerconfig/ |
D | linkerconfig.go | 94 …ath, provideModules []android.Module, requireModules []android.Module, output android.OutputPath) {
|
/build/soong/dexpreopt/ |
D | dexpreopt_test.go | 71 …onfig(name, dexLocation string, buildPath, dexPath, enforceUsesLibrariesStatusFile android.OutputP…
|
/build/soong/java/ |
D | hiddenapi.go | 265 …oid.Path, uncompressDex bool, minSdkVersion android.ApiLevel, outputDir android.OutputPath) androi…
|