Searched refs:PreventInstall (Results 1 – 12 of 12) sorted by relevance
52 modules[0].(*Module).Properties.PreventInstall = true57 modules[1].(*Module).Properties.PreventInstall = true
230 PreventInstall() bool methodSpec
243 variation.Properties.PreventInstall = true
225 m[0].(*Module).Properties.PreventInstall = true
411 if !ccModule.Enabled() || ccModule.Properties.PreventInstall ||
232 allTests.(*Module).Properties.PreventInstall = true
2073 c.Properties.PreventInstall = true
98 PreventInstall bool member140 mod.Properties.PreventInstall = true481 func (mod *Module) PreventInstall() bool { func482 return mod.Properties.PreventInstall628 return mod.OutputFile().Valid() && !mod.Properties.PreventInstall
146 if !rustModule.Enabled() || rustModule.Properties.PreventInstall ||
191 PreventInstall bool `blueprint:"mutated"` member1254 a.properties.PreventInstall = true1299 …return !a.properties.PreventInstall && (a.properties.Installable == nil || proptools.Bool(a.proper…
108 PreventInstall bool `blueprint:"mutated"` member897 a.appProperties.PreventInstall = true
330 entries.SetBoolIfTrue("LOCAL_UNINSTALLABLE_MODULE", app.appProperties.PreventInstall)