Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go228 resPathWithName(ctx ModuleOutPathContext, name string) ModuleResPath methodSpec
256 return path.resPathWithName(ctx, name)
1334 func (p SourcePath) resPathWithName(ctx ModuleOutPathContext, name string) ModuleResPath { func