Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go140 resPathWithName(ctx ModuleContext, name string) ModuleResPath
166 func ResPathWithName(ctx ModuleContext, p Path, name string) ModuleResPath {
1036 func (p SourcePath) resPathWithName(ctx ModuleContext, name string) ModuleResPath {
1159 type ModuleResPath struct { struct
1163 var _ Path = ModuleResPath{}
1167 func PathForModuleRes(ctx ModuleContext, pathComponents ...string) ModuleResPath {
1173 return ModuleResPath{PathForModuleOut(ctx, "res", p)}