Searched refs:PreventInstall (Results 1 – 11 of 11) sorted by relevance
46 modules[0].(*Module).Properties.PreventInstall = true49 modules[1].(*Module).Properties.PreventInstall = true
197 PreventInstall() methodSpec215 m[0].(*Module).Properties.PreventInstall = true230 m[0].(Coverage).PreventInstall()
215 variation.Properties.PreventInstall = true
374 if !ccModule.Enabled() || ccModule.Properties.PreventInstall ||
1034 modules[0].(*Module).Properties.PreventInstall = true1037 modules[1].(*Module).Properties.PreventInstall = true
216 all_tests.(*Module).Properties.PreventInstall = true
236 PreventInstall bool `blueprint:"mutated"` member666 c.Properties.PreventInstall = true2849 !c.Properties.PreventInstall && c.outputFile.Valid()
67 PreventInstall bool member337 func (mod *Module) PreventInstall() { func338 mod.Properties.PreventInstall = true673 if !mod.Properties.PreventInstall {
986 PreventInstall bool `blueprint:"mutated"` member1515 …return !a.properties.PreventInstall && (a.properties.Installable == nil || proptools.Bool(a.proper…1600 func (a *apexBundle) PreventInstall() { func1601 a.properties.PreventInstall = true
246 PreventInstall bool `blueprint:"mutated"` member978 func (a *AndroidApp) PreventInstall() { func979 a.appProperties.PreventInstall = true
318 entries.SetBoolIfTrue("LOCAL_UNINSTALLABLE_MODULE", app.appProperties.PreventInstall)