Searched refs:snapshotImage (Results 1 – 3 of 3) sorted by relevance
/build/soong/cc/ |
D | snapshot_prebuilt.go | 31 type snapshotImage interface { interface 289 image snapshotImage 386 func snapshotFactory(image snapshotImage) android.Module { argument 425 image snapshotImage 485 func (p *baseSnapshotDecorator) init(m *Module, image snapshotImage, moduleSuffix string) { 662 func snapshotLibraryFactory(image snapshotImage, moduleSuffix string) (*Module, *snapshotLibraryDec… argument 827 func snapshotBinaryFactory(image snapshotImage, moduleSuffix string) android.Module { argument
|
D | snapshot_utils.go | 112 …for _, image := range []snapshotImage{vendorSnapshotImageSingleton, recoverySnapshotImageSingleton…
|
D | vendor_snapshot.go | 85 image snapshotImage 150 …m LinkableInterface, inProprietaryPath bool, apexInfo android.ApexInfo, image snapshotImage) bool { argument
|