Home
last modified time | relevance | path

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

/build/soong/android/
Dbazel_paths.go431 type BazelOutPath struct { struct
436 var _ Path = BazelOutPath{}
439 var _ genPathProvider = BazelOutPath{}
442 var _ objPathProvider = BazelOutPath{}
444 func (p BazelOutPath) genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath { argument
448 func (p BazelOutPath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath { argument
454 func PathForBazelOut(ctx PathContext, paths ...string) BazelOutPath {
466 return BazelOutPath{
/build/soong/cc/
Dlibrary_sdk_member.go257 _, bazel := p.(android.BazelOutPath)