Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go123 resPathWithName(ctx ModuleContext, name string) ModuleResPath
149 func ResPathWithName(ctx ModuleContext, p Path, name string) ModuleResPath {
566 func (p ModuleSrcPath) resPathWithName(ctx ModuleContext, name string) ModuleResPath {
668 type ModuleResPath struct { struct
672 var _ Path = ModuleResPath{}
676 func PathForModuleRes(ctx ModuleContext, pathComponents ...string) ModuleResPath {
678 return ModuleResPath{PathForModuleOut(ctx, "res", p)}