Home
last modified time | relevance | path

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

/build/soong/android/
Dbazel_paths.go340 type BazelOutPath struct { struct
344 var _ Path = BazelOutPath{}
345 var _ objPathProvider = BazelOutPath{}
347 func (p BazelOutPath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath { argument
353 func PathForBazelOut(ctx PathContext, paths ...string) BazelOutPath {
365 return BazelOutPath{
/build/soong/cc/
Dlibrary_sdk_member.go166 _, bazel := p.(android.BazelOutPath)