Home
last modified time | relevance | path

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

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