Home
last modified time | relevance | path

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

/aosp12/build/soong/cc/
H A Dsnapshot_prebuilt.go931 type snapshotInterface interface { interface
938 var _ snapshotInterface = (*vndkPrebuiltLibraryDecorator)(nil)
939 var _ snapshotInterface = (*snapshotLibraryDecorator)(nil)
940 var _ snapshotInterface = (*snapshotBinaryDecorator)(nil)
941 var _ snapshotInterface = (*snapshotObjectLinker)(nil)
H A Dimage.go368 if snapshot, ok := m.linker.(snapshotInterface); ok {
H A Dcc.go1271 if p, ok := c.linker.(snapshotInterface); ok {
2947 if snapshotPrebuilt, ok := ccDepModule.linker.(snapshotInterface); ok {