Home | History | Annotate | Download | only in bpmodify

Lines Matching defs:String

29 	parameter       = flag.String("parameter", "deps", "name of parameter to modify on each module")
57 func processFile(filename string, in io.Reader, out io.Writer) error {
128 if targetedModule(prop.Value.Eval().(*parser.String).Value) {
141 func processModule(module *parser.Module, moduleName string,
154 func processParameter(value parser.Expression, paramName, moduleName string,
169 paramName, moduleName, value.Type().String())}
191 func targetedModule(name string) bool {
204 func visitFile(path string, f os.FileInfo, err error) error {
214 func walkDir(path string) {
287 idents []string
291 func (m *identSet) String() string {
295 func (m *identSet) Set(s string) error {