Searched refs:RelativeInstallPath (Results 1 – 8 of 8) sorted by relevance
/build/soong/cc/ |
D | vendor_snapshot.go | 661 RelativeInstallPath string `json:",omitempty"` 688 prop.RelativeInstallPath = "vndk-sp" 690 prop.RelativeInstallPath = "vndk" 693 prop.RelativeInstallPath = m.RelativeInstallPath()
|
D | vndk.go | 628 RelativeInstallPath string `json:",omitempty"` 633 prop.RelativeInstallPath = m.RelativeInstallPath()
|
D | androidmk.go | 162 if len(d.RelativeInstallPath) > 0 { 163 testFileString += ":" + d.RelativeInstallPath
|
D | test.go | 362 RelativeInstallPath: ccModule.installer.relativeInstallPath()})
|
D | cc.go | 783 func (c *Module) RelativeInstallPath() string { func
|
/build/soong/apex/ |
D | builder.go | 412 …PathForModuleOut(ctx, "image"+suffix, fi.apexRelativePath(relPath), d.RelativeInstallPath).String() 476 …readOnlyPaths = append(readOnlyPaths, filepath.Join(f.installDir, d.RelativeInstallPath, d.SrcPath…
|
D | apex.go | 1628 dirInApex = filepath.Join(dirInApex, ccMod.RelativeInstallPath()) 1653 dirInApex = filepath.Join(dirInApex, cc.RelativeInstallPath())
|
/build/soong/android/ |
D | paths.go | 1568 RelativeInstallPath string member
|