Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go520 type ModuleSrcPath struct { struct
521 SourcePath
547 func (p ModuleSrcPath) genPathWithExt(ctx ModuleContext, subdir, ext string) ModuleGenPath {
551 func (p ModuleSrcPath) objPathWithExt(ctx ModuleContext, subdir, ext string) ModuleObjPath {
555 func (p ModuleSrcPath) resPathWithName(ctx ModuleContext, name string) ModuleResPath {
560 func (p ModuleSrcPath) WithSubDir(ctx ModuleContext, subdir string) ModuleSrcPath {