Home
last modified time | relevance | path

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

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