Searched defs:snapshot (Results 1 – 2 of 2) sorted by relevance
282 type snapshot struct { struct283 android.ModuleBase285 properties SnapshotProperties287 baseSnapshot baseSnapshotDecorator289 image snapshotImage292 func (s *snapshot) ImageMutatorBegin(ctx android.BaseModuleContext) {299 func (s *snapshot) CoreVariantNeeded(ctx android.BaseModuleContext) bool {303 func (s *snapshot) RamdiskVariantNeeded(ctx android.BaseModuleContext) bool {307 func (s *snapshot) VendorRamdiskVariantNeeded(ctx android.BaseModuleContext) bool {311 func (s *snapshot) DebugRamdiskVariantNeeded(ctx android.BaseModuleContext) bool {[all …]
291 func (s *sdk) snapshot() bool { func