Home
last modified time | relevance | path

Searched defs:snapshot (Results 1 – 2 of 2) sorted by relevance

/build/soong/cc/
Dsnapshot_prebuilt.go282 type snapshot struct { struct
283 android.ModuleBase
285 properties SnapshotProperties
287 baseSnapshot baseSnapshotDecorator
289 image snapshotImage
292 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 …]
/build/soong/sdk/
Dsdk.go291 func (s *sdk) snapshot() bool { func