Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go318 resPathWithName(ctx ModuleOutPathContext, name string) ModuleResPath
354 func ResPathWithName(ctx ModuleOutPathContext, p Path, name string) ModuleResPath {
1718 func (p SourcePath) resPathWithName(ctx ModuleOutPathContext, name string) ModuleResPath {
1841 type ModuleResPath struct { struct
1845 func (p ModuleResPath) RelativeToTop() Path { argument
1850 var _ Path = ModuleResPath{}
1851 var _ WritablePath = ModuleResPath{}
1855 func PathForModuleRes(ctx ModuleOutPathContext, pathComponents ...string) ModuleResPath {
1861 return ModuleResPath{PathForModuleOut(ctx, "res", p)}