Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go225 objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath methodSpec
245 return path.objPathWithExt(ctx, subdir, ext)
1149 func (p OutputPath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath { func
1330 func (p SourcePath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath { func
1352 func (p ModuleOutPath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath { func
1454 func (p ModuleGenPath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath { func
Dbazel_paths.go347 func (p BazelOutPath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath { func