Searched refs:BazelOutPath (Results 1 – 2 of 2) sorted by relevance
340 type BazelOutPath struct { struct344 var _ Path = BazelOutPath{}345 var _ objPathProvider = BazelOutPath{}347 func (p BazelOutPath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath { argument353 func PathForBazelOut(ctx PathContext, paths ...string) BazelOutPath {365 return BazelOutPath{
166 _, bazel := p.(android.BazelOutPath)