Searched defs:BazelFile (Results 1 – 3 of 3) sorted by relevance
14 type BazelFile struct { struct15 Dir string16 Basename string17 Contents string
49 func writeFiles(ctx android.PathContext, outputDir android.OutputPath, files []BazelFile) {
44 func writeReadOnlyFile(dir string, f bp2build.BazelFile) error {