Searched defs:BazelFile (Results 1 – 3 of 3) sorted by relevance
21 type BazelFile struct { struct22 Dir string23 Basename string24 Contents string
28 func deleteFilesExcept(ctx *CodegenContext, rootOutputPath android.OutputPath, except []BazelFile) {129 func writeFiles(ctx android.PathContext, outputDir android.OutputPath, files []BazelFile) {
81 func writeReadOnlyFile(dir string, f bp2build.BazelFile) error {94 func writeReadWriteFile(dir string, f bp2build.BazelFile) error {