Home
last modified time | relevance | path

Searched refs:apexRelativePath (Results 1 – 4 of 4) sorted by relevance

/build/soong/android/
Ddeapexer.go85 func (i DeapexerInfo) PrebuiltExportPath(apexRelativePath string) Path {
86 path := i.exports[apexRelativePath]
/build/soong/java/
Dbootclasspath_fragment.go934 apexRelativePath := apexRootRelativePathToBootImageFile(arch, toPath.Base())
936 fromPath := di.PrebuiltExportPath(apexRelativePath)
/build/soong/apex/
Dapex.go501 func (af *apexFile) apexRelativePath(path string) string { func
507 return af.apexRelativePath(af.stem())
522 ret = append(ret, af.apexRelativePath(symlink))
Dbuilder.go457 dataDest := imageDir.Join(ctx, fi.apexRelativePath(relPath), d.RelativeInstallPath).String()