Home
last modified time | relevance | path

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

/build/soong/cc/
Dvendor_snapshot.go654 RelativeInstallPath string `json:",omitempty"`
681 prop.RelativeInstallPath = "vndk-sp"
683 prop.RelativeInstallPath = "vndk"
686 prop.RelativeInstallPath = m.RelativeInstallPath()
Dvndk.go626 RelativeInstallPath string `json:",omitempty"`
631 prop.RelativeInstallPath = m.RelativeInstallPath()
Dcc.go765 func (c *Module) RelativeInstallPath() string { func
/build/soong/apex/
Dapex.go1693 dirInApex = filepath.Join(dirInApex, ccMod.RelativeInstallPath())
1716 dirInApex := filepath.Join("bin", cc.RelativeInstallPath())