Home
last modified time | relevance | path

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

/build/soong/common/
Dpaths.go100 resPathWithName(ctx AndroidModuleContext, name string) ModuleResPath
126 func ResPathWithName(ctx AndroidModuleContext, p Path, name string) ModuleResPath {
539 func (p ModuleSrcPath) resPathWithName(ctx AndroidModuleContext, name string) ModuleResPath {
605 type ModuleResPath struct { struct
609 var _ Path = ModuleResPath{}
613 func PathForModuleRes(ctx AndroidModuleContext, paths ...string) ModuleResPath {
615 return ModuleResPath{PathForModuleOut(ctx, "res", p)}