Home
last modified time | relevance | path

Searched refs:snapshotImage (Results 1 – 3 of 3) sorted by relevance

/build/soong/cc/
Dsnapshot_prebuilt.go31 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
Dsnapshot_utils.go112 …for _, image := range []snapshotImage{vendorSnapshotImageSingleton, recoverySnapshotImageSingleton…
Dvendor_snapshot.go85 image snapshotImage
150 …m LinkableInterface, inProprietaryPath bool, apexInfo android.ApexInfo, image snapshotImage) bool { argument