Searched refs:RelativeInstallPath (Results 1 – 10 of 10) sorted by relevance
234 RelativeInstallPath string `json:",omitempty"` member341 prop.RelativeInstallPath = "vndk-sp"343 prop.RelativeInstallPath = "vndk"346 prop.RelativeInstallPath = m.RelativeInstallPath()
203 RelativeInstallPath() string methodSpec
714 RelativeInstallPath string `json:",omitempty"`720 prop.RelativeInstallPath = m.RelativeInstallPath()
386 RelativeInstallPath: ccModule.installer.relativeInstallPath()})
1022 func (c *Module) RelativeInstallPath() string { func
923 if len(d.RelativeInstallPath) > 0 {924 testFileString += ":" + d.RelativeInstallPath
2016 RelativeInstallPath string member
457 dataDest := imageDir.Join(ctx, fi.apexRelativePath(relPath), d.RelativeInstallPath).String()537 …readOnlyPaths = append(readOnlyPaths, filepath.Join(f.installDir, d.RelativeInstallPath, d.SrcPath…
1381 dirInApex = filepath.Join(dirInApex, ccMod.RelativeInstallPath())1405 dirInApex = filepath.Join(dirInApex, cc.RelativeInstallPath())
263 func (mod *Module) RelativeInstallPath() string { func