Home
last modified time | relevance | path

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

/aosp_15_r20/build/blueprint/
H A Dmodule_ctx.go1425 type LoadHook func(ctx LoadHookContext) type
1443 func AddLoadHook(module Module, hook LoadHook) {
1451 func AddLoadHookWithPriority(module Module, hook LoadHook, priority int) {