Home
last modified time | relevance | path

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

/build/soong/bp2build/
Dconversion.go16 type BazelFile struct { struct
17 Dir string
18 Basename string
19 Contents string
Dbp2build.go60 func writeFiles(ctx android.PathContext, outputDir android.OutputPath, files []BazelFile) {
/build/soong/cmd/soong_build/
Dqueryview.go47 func writeReadOnlyFile(dir string, f bp2build.BazelFile) error {