Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go287 resPathWithName(ctx ModuleOutPathContext, name string) ModuleResPath
323 func ResPathWithName(ctx ModuleOutPathContext, p Path, name string) ModuleResPath {
1531 func (p SourcePath) resPathWithName(ctx ModuleOutPathContext, name string) ModuleResPath {
1655 type ModuleResPath struct { struct
1659 func (p ModuleResPath) RelativeToTop() Path { argument
1664 var _ Path = ModuleResPath{}
1665 var _ WritablePath = ModuleResPath{}
1669 func PathForModuleRes(ctx ModuleOutPathContext, pathComponents ...string) ModuleResPath {
1675 return ModuleResPath{PathForModuleOut(ctx, "res", p)}