Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go228 resPathWithName(ctx ModuleOutPathContext, name string) ModuleResPath
254 func ResPathWithName(ctx ModuleOutPathContext, p Path, name string) ModuleResPath {
1334 func (p SourcePath) resPathWithName(ctx ModuleOutPathContext, name string) ModuleResPath {
1484 type ModuleResPath struct { struct
1488 func (p ModuleResPath) RelativeToTop() Path { argument
1493 var _ Path = ModuleResPath{}
1494 var _ WritablePath = ModuleResPath{}
1498 func PathForModuleRes(ctx ModuleOutPathContext, pathComponents ...string) ModuleResPath {
1504 return ModuleResPath{PathForModuleOut(ctx, "res", p)}