Home
last modified time | relevance | path

Searched defs:ModuleSrcPath (Results 1 – 1 of 1) sorted by relevance

/build/soong/android/
Dpaths.go531 type ModuleSrcPath struct { struct
532 SourcePath
558 func (p ModuleSrcPath) genPathWithExt(ctx ModuleContext, subdir, ext string) ModuleGenPath {
562 func (p ModuleSrcPath) objPathWithExt(ctx ModuleContext, subdir, ext string) ModuleObjPath {
566 func (p ModuleSrcPath) resPathWithName(ctx ModuleContext, name string) ModuleResPath {
571 func (p ModuleSrcPath) WithSubDir(ctx ModuleContext, subdir string) ModuleSrcPath {