Lines Matching defs:string

599 func newPackageId(pkg string) qualifiedModuleName {
893 func (t TaggedDistFiles) addPathsForTag(tag string, paths ...Path) TaggedDistFiles {
1583 func (m *ModuleBase) setImageVariation(variant string) {
1594 func (m *ModuleBase) getVariationByMutatorName(mutator string) string {
1910 func checkDistProperties(ctx *moduleContext, property string, dist *Dist) {
1938 func (e *earlyModuleContext) Glob(globPattern string, excludes []string) Paths {
1942 func (e *earlyModuleContext) GlobFiles(globPattern string, excludes []string) Paths {
2022 func (b *baseModuleContext) OtherModuleErrorf(m blueprint.Module, fmt string, args ...interface{}) {
2028 func (b *baseModuleContext) OtherModuleExists(name string) bool { return b.bp.OtherModuleExists(nam…
2029 …leContext) OtherModuleDependencyVariantExists(variations []blueprint.Variation, name string) bool {
2032 …ontext) OtherModuleFarDependencyVariantExists(variations []blueprint.Variation, name string) bool {
2035 func (b *baseModuleContext) OtherModuleReverseDependencyVariantExists(name string) bool {
2057 func (b *baseModuleContext) GetDirectDepWithTag(name string, tag blueprint.DependencyTag) blueprint…
2169 func (m *moduleContext) Variable(pctx PackageContext, name, value string) {
2177 func (m *moduleContext) Rule(pctx PackageContext, name string, params blueprint.RuleParams,
2178 argNames ...string) blueprint.Rule {
2227 func (m *moduleContext) Phony(name string, deps ...Path) {
2239 func (b *baseModuleContext) AddMissingDependencies(deps []string) {
2282 func (b *baseModuleContext) getDirectDepsInternal(name string, tag blueprint.DependencyTag) []dep {
2302 func (b *baseModuleContext) getDirectDepInternal(name string, tag blueprint.DependencyTag) (bluepri…
2314 func (b *baseModuleContext) getDirectDepFirstTag(name string) (blueprint.Module, blueprint.Dependen…
2345 func (m *moduleContext) GetDirectDepWithTag(name string, tag blueprint.DependencyTag) blueprint.Mod…
2353 func (b *baseModuleContext) GetDirectDep(name string) (blueprint.Module, blueprint.DependencyTag) {
2654 func (m *moduleContext) InstallFile(installPath InstallPath, name string, srcPath Path,
2659 func (m *moduleContext) InstallExecutable(installPath InstallPath, name string, srcPath Path,
2664 func (m *moduleContext) PackageFile(installPath InstallPath, name string, srcPath Path) PackagingSp…
2680 func (m *moduleContext) installFile(installPath InstallPath, name string, srcPath Path, deps []Path…
2723 func (m *moduleContext) InstallSymlink(installPath InstallPath, name string, srcPath InstallPath) I…
2760 func (m *moduleContext) InstallAbsoluteSymlink(installPath InstallPath, name string, absPath string
2798 func SrcIsModule(s string) (module string) {
2807 func SrcIsModuleWithTag(s string) (module, tag string) {
2827 func sourceOrOutputDepTag(tag string) blueprint.DependencyTag {
2837 func ExtractSourcesDeps(ctx BottomUpMutatorContext, srcFiles []string) {
2856 func ExtractSourceDeps(ctx BottomUpMutatorContext, s *string) {
2879 func OutputFilesForModule(ctx PathContext, module blueprint.Module, tag string) Paths {
2890 func OutputFileForModule(ctx PathContext, module blueprint.Module, tag string) Path {
2904 func outputFilesForModule(ctx PathContext, module blueprint.Module, tag string) (Paths, error) {
2942 func (m *moduleContext) ExpandSources(srcFiles, excludes []string) Paths {
2950 func (m *moduleContext) ExpandSource(srcFile, prop string) Path {
2957 func (m *moduleContext) ExpandOptionalSource(srcFile *string, prop string) OptionalPath {
2984 func parentDir(dir string) string {
3124 func CheckBlueprintSyntax(ctx BaseModuleContext, filename string, contents string) []error {