Home
last modified time | relevance | path

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

/build/soong/android/
Dutil.go164 _, funcName, ok := callerName(skip)
183 func callerName(skip int) (pkgPath, funcName string, ok bool) { func
/build/blueprint/
Dpackage_ctx.go136 _, funcName, ok := callerName(skip)
155 func callerName(skip int) (pkgPath, funcName string, ok bool) { func