Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/android/
H A Dpaths.go310 resPathWithName(ctx ModuleOutPathContext, name string) ModuleResPath
346 func ResPathWithName(ctx ModuleOutPathContext, p Path, name string) ModuleResPath {
1737 func (p SourcePath) resPathWithName(ctx ModuleOutPathContext, name string) ModuleResPath {
1860 type ModuleResPath struct { struct
1864 func (p ModuleResPath) RelativeToTop() Path { argument
1869 var _ Path = ModuleResPath{}
1870 var _ WritablePath = ModuleResPath{}
1874 func PathForModuleRes(ctx ModuleOutPathContext, pathComponents ...string) ModuleResPath {
1880 return ModuleResPath{PathForModuleOut(ctx, "res", p)}