Searched refs:VendorSnapshotModules (Results 1 – 5 of 5) sorted by relevance
217 config.TestProductVariables.VendorSnapshotModules = make(map[string]bool)218 config.TestProductVariables.VendorSnapshotModules["libvendor"] = true219 config.TestProductVariables.VendorSnapshotModules["libfoo"] = true
182 return !cfg.VendorSnapshotModules()[name]
150 $(call add_json_map, VendorSnapshotModules)
313 VendorSnapshotModules map[string]bool `json:",omitempty"` member
1413 func (c *deviceConfig) VendorSnapshotModules() map[string]bool { func1414 return c.config.productVariables.VendorSnapshotModules