Lines Matching refs:content
156 var content strings.Builder
157 fmt.Fprintf(&content, "{\n")
158 fmt.Fprintf(&content, "\"jars\": [\n")
160 fmt.Fprintf(&content, "{\n")
162 fmt.Fprintf(&content, "\"path\": \"%s\",\n", jar.path)
163 fmt.Fprintf(&content, "\"classpath\": \"%s\"\n", jar.classpath)
166 fmt.Fprintf(&content, "},\n")
168 fmt.Fprintf(&content, "}\n")
171 fmt.Fprintf(&content, "]\n")
172 fmt.Fprintf(&content, "}\n")
173 android.WriteFileRule(ctx, output, content.String())