Home
last modified time | relevance | path

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

/aosp12/build/soong/cc/
H A Dsnapshot_utils.go27 if _, ok := m.linker.(snapshotLibraryInterface); ok {
35 return m.linker.(snapshotLibraryInterface).snapshotHeaders()
57 type snapshotLibraryInterface interface { interface
70 var _ snapshotLibraryInterface = (*prebuiltLibraryLinker)(nil)
71 var _ snapshotLibraryInterface = (*libraryDecorator)(nil)
H A Dlibrary.go578 if i, ok := handler.module.linker.(snapshotLibraryInterface); ok {
H A Dcc.go1792 if i, ok := c.linker.(snapshotLibraryInterface); ok {