Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go226 objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath methodSpec
246 return path.objPathWithExt(ctx, subdir, ext)
1251 func (p OutputPath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath { func
1433 func (p SourcePath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath { func
1455 func (p ModuleOutPath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath { func
1554 func (p ModuleGenPath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath { func
Dbazel_paths.go448 func (p BazelOutPath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath { func