Home
last modified time | relevance | path

Searched refs:GetBazelBuildFileContents (Results 1 – 2 of 2) sorted by relevance

/build/soong/android/
Dbazel.go64 GetBazelBuildFileContents(c Config, path, name string) (string, error) methodSpec
379 func (b *BazelModuleBase) GetBazelBuildFileContents(c Config, path, name string) (string, error) { func
/build/soong/bp2build/
Dbuild_conversion.go264 c, err := b.GetBazelBuildFileContents(ctx.Config(), pathToBuildFile, HandcraftedBuildFileName)