Home
last modified time | relevance | path

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

/aosp12/build/soong/java/
H A Drobolectric.go347 func (r *robolectricTest) InstallForceOS() (*android.OsType, *android.ArchType) { func
417 func (r *robolectricRuntimes) InstallForceOS() (*android.OsType, *android.ArchType) { func
/aosp12/build/soong/android/
H A Dmodule.go407 InstallForceOS() (*OsType, *ArchType)
465 InstallForceOS() (*OsType, *ArchType)
1571 func (m *ModuleBase) InstallForceOS() (*OsType, *ArchType) { func
2625 func (m *moduleContext) InstallForceOS() (*OsType, *ArchType) { func
2626 return m.module.InstallForceOS()
H A Dpaths.go114 InstallForceOS() (*OsType, *ArchType)
1596 forceOS, forceArch := ctx.InstallForceOS()
1932 func (m testModuleInstallPathContext) InstallForceOS() (*OsType, *ArchType) { func