Lines Matching refs:replaceStr
955 replaceStr := ""
960 replaceStr += fmt.Sprintf("// ERROR: Unable to parse tag %q\n", item)
968 replaceStr += `// WARNING: Module tags are not supported in Soong.
973 replaceStr += `// WARNING: Module tags are not supported in Soong.
986 replaceStr += `// WARNING: Module tags are not supported in Soong.
991 replaceStr += `// WARNING: Module tags are not supported in Soong.
998 replaceStr += `// WARNING: Module tags are not supported in Soong.
1003 replaceStr += `// WARNING: Module tags are not supported in Soong.
1007 replaceStr += `// WARNING: Module tags are not supported in Soong.
1013 replaceStr += fmt.Sprintf("// WARNING: Unknown module tag %q\n", str.Value)
1017 return patchlist.Add(prop.Pos().Offset, prop.End().Offset+2, replaceStr)