Home
last modified time | relevance | path

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

/build/soong/bp2build/
Dconversion.go21 type BazelFile struct { struct
22 Dir string
23 Basename string
24 Contents string
Dbp2build.go28 func deleteFilesExcept(ctx *CodegenContext, rootOutputPath android.OutputPath, except []BazelFile) {
129 func writeFiles(ctx android.PathContext, outputDir android.OutputPath, files []BazelFile) {
/build/soong/cmd/soong_build/
Dqueryview.go81 func writeReadOnlyFile(dir string, f bp2build.BazelFile) error {
94 func writeReadWriteFile(dir string, f bp2build.BazelFile) error {