Home
last modified time | relevance | path

Searched refs:compilerInit (Results 1 – 2 of 2) sorted by relevance

/build/soong/cc/
Dndk_library.go162 func (c *stubDecorator) compilerInit(ctx BaseModuleContext) { func
163 c.baseCompiler.compilerInit(ctx)
Dcompiler.go263 func (compiler *baseCompiler) compilerInit(ctx BaseModuleContext) {} func