Home
last modified time | relevance | path

Searched refs:RelativeInstallPath (Results 1 – 8 of 8) sorted by relevance

/build/soong/cc/
Dvendor_snapshot.go661 RelativeInstallPath string `json:",omitempty"`
688 prop.RelativeInstallPath = "vndk-sp"
690 prop.RelativeInstallPath = "vndk"
693 prop.RelativeInstallPath = m.RelativeInstallPath()
Dvndk.go628 RelativeInstallPath string `json:",omitempty"`
633 prop.RelativeInstallPath = m.RelativeInstallPath()
Dandroidmk.go162 if len(d.RelativeInstallPath) > 0 {
163 testFileString += ":" + d.RelativeInstallPath
Dtest.go362 RelativeInstallPath: ccModule.installer.relativeInstallPath()})
Dcc.go783 func (c *Module) RelativeInstallPath() string { func
/build/soong/apex/
Dbuilder.go412 …PathForModuleOut(ctx, "image"+suffix, fi.apexRelativePath(relPath), d.RelativeInstallPath).String()
476 …readOnlyPaths = append(readOnlyPaths, filepath.Join(f.installDir, d.RelativeInstallPath, d.SrcPath…
Dapex.go1628 dirInApex = filepath.Join(dirInApex, ccMod.RelativeInstallPath())
1653 dirInApex = filepath.Join(dirInApex, cc.RelativeInstallPath())
/build/soong/android/
Dpaths.go1568 RelativeInstallPath string member