Home
last modified time | relevance | path

Searched defs:BazelFile (Results 1 – 3 of 3) sorted by relevance

/build/soong/bp2build/
Dconversion.go14 type BazelFile struct { struct
15 Dir string
16 Basename string
17 Contents string
Dbp2build.go49 func writeFiles(ctx android.PathContext, outputDir android.OutputPath, files []BazelFile) {
/build/soong/cmd/soong_build/
Dqueryview.go44 func writeReadOnlyFile(dir string, f bp2build.BazelFile) error {