Home
last modified time | relevance | path

Searched defs:OutputPath (Results 1 – 14 of 14) sorted by relevance

/build/soong/filesystem/
Dfsverity_metadata.go35 …ctx android.ModuleContext, outputPath android.OutputPath, matchedSpecs []android.PackagingSpec, re…
44 …uilder, specs map[string]android.PackagingSpec, rootDir android.OutputPath, rebasedDir android.Out…
Daconfig_files.go25 …xt, builder *android.RuleBuilder, specs map[string]android.PackagingSpec, dir android.OutputPath) {
Draw_binary.go105 func (r *rawBinary) OutputPath() android.Path { func
Dlogical_partition.go229 func (l *logicalPartition) OutputPath() android.Path { func
Dfilesystem.go570 OutputPath() android.Path methodSpec
579 func (f *filesystem) OutputPath() android.Path { func
Davb_add_hash_footer.go196 func (a *avbAddHashFooter) OutputPath() android.Path { func
Dbootimg.go287 func (b *bootimg) OutputPath() android.Path { func
Dvbmeta.go286 func (v *vbmeta) OutputPath() android.Path { func
/build/soong/apex/
Dbuilder.go1207 …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/
Dpaths.go1300 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/
Dutil.go28 …ule(pctx android.PackageContext, ctx buildContext, path android.Path, outPath android.OutputPath) {
/build/soong/linkerconfig/
Dlinkerconfig.go94 …ath, provideModules []android.Module, requireModules []android.Module, output android.OutputPath) {
/build/soong/dexpreopt/
Ddexpreopt_test.go71 …onfig(name, dexLocation string, buildPath, dexPath, enforceUsesLibrariesStatusFile android.OutputP…
/build/soong/java/
Dhiddenapi.go265 …oid.Path, uncompressDex bool, minSdkVersion android.ApiLevel, outputDir android.OutputPath) androi…