Searched refs:apexRelativePath (Results 1 – 4 of 4) sorted by relevance
85 func (i DeapexerInfo) PrebuiltExportPath(apexRelativePath string) Path {86 path := i.exports[apexRelativePath]
934 apexRelativePath := apexRootRelativePathToBootImageFile(arch, toPath.Base())936 fromPath := di.PrebuiltExportPath(apexRelativePath)
501 func (af *apexFile) apexRelativePath(path string) string { func507 return af.apexRelativePath(af.stem())522 ret = append(ret, af.apexRelativePath(symlink))
457 dataDest := imageDir.Join(ctx, fi.apexRelativePath(relPath), d.RelativeInstallPath).String()