Home
last modified time | relevance | path

Searched defs:specifiedDeps (Results 1 – 3 of 3) sorted by relevance

/aosp12/build/soong/cc/
H A Dlinker.go573 func (linker *baseLinker) linkerSpecifiedDeps(specifiedDeps specifiedDeps) specifiedDeps { argument
H A Dcc.go565 type specifiedDeps struct { struct
566 sharedLibs []string
569 systemSharedLibs []string
H A Dlibrary.go1106 func (library *libraryDecorator) linkerSpecifiedDeps(specifiedDeps specifiedDeps) specifiedDeps { argument