Home
last modified time | relevance | path

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

/build/soong/java/
Drobolectric.go331 func (r *robolectricTest) InstallForceOS() *android.OsType { return &android.BuildOs } func
387 func (r *robolectricRuntimes) InstallForceOS() *android.OsType { return &android.BuildOs } func
/build/soong/android/
Dmodule.go199 InstallForceOS() *OsType methodSpec
256 InstallForceOS() *OsType methodSpec
1102 func (m *ModuleBase) InstallForceOS() *OsType { func
1999 func (m *moduleContext) InstallForceOS() *OsType { func
2000 return m.module.InstallForceOS()
Dpaths.go64 InstallForceOS() *OsType methodSpec
1281 if forceOS := ctx.InstallForceOS(); forceOS != nil {
Dpaths_test.go246 func (m moduleInstallPathContextImpl) InstallForceOS() *OsType { func