Searched refs:snapshotInterface (Results 1 – 3 of 3) sorted by relevance
931 type snapshotInterface interface { interface938 var _ snapshotInterface = (*vndkPrebuiltLibraryDecorator)(nil)939 var _ snapshotInterface = (*snapshotLibraryDecorator)(nil)940 var _ snapshotInterface = (*snapshotBinaryDecorator)(nil)941 var _ snapshotInterface = (*snapshotObjectLinker)(nil)
368 if snapshot, ok := m.linker.(snapshotInterface); ok {
1271 if p, ok := c.linker.(snapshotInterface); ok {2947 if snapshotPrebuilt, ok := ccDepModule.linker.(snapshotInterface); ok {