Home
last modified time | relevance | path

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

/aosp12/build/soong/cc/
H A Dvendor_snapshot.go234 RelativeInstallPath string `json:",omitempty"` member
341 prop.RelativeInstallPath = "vndk-sp"
343 prop.RelativeInstallPath = "vndk"
346 prop.RelativeInstallPath = m.RelativeInstallPath()
H A Dvndk.go714 RelativeInstallPath string `json:",omitempty"`
720 prop.RelativeInstallPath = m.RelativeInstallPath()
H A Dlinkable.go203 RelativeInstallPath() string
H A Dtest.go386 RelativeInstallPath: ccModule.installer.relativeInstallPath()})
H A Dcc.go1022 func (c *Module) RelativeInstallPath() string { func
/aosp12/build/soong/android/
H A Dandroidmk.go923 if len(d.RelativeInstallPath) > 0 {
924 testFileString += ":" + d.RelativeInstallPath
H A Dpaths.go2016 RelativeInstallPath string member
/aosp12/build/soong/apex/
H A Dbuilder.go457 dataDest := imageDir.Join(ctx, fi.apexRelativePath(relPath), d.RelativeInstallPath).String()
537 …readOnlyPaths = append(readOnlyPaths, filepath.Join(f.installDir, d.RelativeInstallPath, d.SrcPath…
H A Dapex.go1381 dirInApex = filepath.Join(dirInApex, ccMod.RelativeInstallPath())
1405 dirInApex = filepath.Join(dirInApex, cc.RelativeInstallPath())
/aosp12/build/soong/rust/
H A Drust.go263 func (mod *Module) RelativeInstallPath() string { func