Searched refs:getLocalStringListFromScope (Results 1 – 1 of 1) sorted by relevance
/build/blueprint/ |
D | context.go | 557 subdirs, subdirsPos, err := getLocalStringListFromScope(scope, "subdirs") 562 optionalSubdirs, optionalSubdirsPos, err := getLocalStringListFromScope(scope, "optional_subdirs") 567 build, buildPos, err := getLocalStringListFromScope(scope, "build") 891 func getLocalStringListFromScope(scope *parser.Scope, v string) ([]string, scanner.Position, error)… func
|