Searched defs:BazelFile (Results 1 – 3 of 3) sorted by relevance
16 type BazelFile struct { struct17 Dir string18 Basename string19 Contents string
60 func writeFiles(ctx android.PathContext, outputDir android.OutputPath, files []BazelFile) {
47 func writeReadOnlyFile(dir string, f bp2build.BazelFile) error {