Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go149 resPathWithName(ctx ModuleContext, name string) ModuleResPath methodSpec
177 return path.resPathWithName(ctx, name)
1095 func (p SourcePath) resPathWithName(ctx ModuleContext, name string) ModuleResPath { func