Home
last modified time | relevance | path

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

/build/soong/android/
Dapi_levels.go347 func ApiLevelFrom(ctx ConfigContext, raw string) ApiLevel {
369 func ApiLevelFromUser(ctx ConfigContext, raw string) (ApiLevel, error) {
449 func ApiLevelOrPanic(ctx ConfigContext, raw string) ApiLevel {
Darch.go420 func moduleOSList(ctx ConfigContext, base *ModuleBase) []OsType {
779 func decodeMultilib(ctx ConfigContext, base *ModuleBase) (multilib, extraMultilib string) {
Dmodule.go135 DecodeMultilib(ctx ConfigContext) (string, string)
2621 type ConfigContext interface { interface