Searched refs:BazelOutPath (Results 1 – 2 of 2) sorted by relevance
431 type BazelOutPath struct { struct436 var _ Path = BazelOutPath{}439 var _ genPathProvider = BazelOutPath{}442 var _ objPathProvider = BazelOutPath{}444 func (p BazelOutPath) genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath { argument448 func (p BazelOutPath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath { argument454 func PathForBazelOut(ctx PathContext, paths ...string) BazelOutPath {466 return BazelOutPath{
257 _, bazel := p.(android.BazelOutPath)