Searched defs:ConfigContext (Results 1 – 3 of 3) sorted by relevance
347 func ApiLevelFrom(ctx ConfigContext, raw string) ApiLevel {369 func ApiLevelFromUser(ctx ConfigContext, raw string) (ApiLevel, error) {449 func ApiLevelOrPanic(ctx ConfigContext, raw string) ApiLevel {
420 func moduleOSList(ctx ConfigContext, base *ModuleBase) []OsType {779 func decodeMultilib(ctx ConfigContext, base *ModuleBase) (multilib, extraMultilib string) {
135 DecodeMultilib(ctx ConfigContext) (string, string)2621 type ConfigContext interface { interface