Home
last modified time | relevance | path

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

/build/soong/common/
Dpaths.go430 if moduleSrcPath, ok := path.(ModuleSrcPath); ok {
500 type ModuleSrcPath struct { struct
506 var _ Path = ModuleSrcPath{}
507 var _ genPathProvider = ModuleSrcPath{}
508 var _ objPathProvider = ModuleSrcPath{}
509 var _ resPathProvider = ModuleSrcPath{}
513 func PathForModuleSrc(ctx AndroidModuleContext, paths ...string) ModuleSrcPath {
515 …return ModuleSrcPath{basePath{path, ctx.AConfig()}, PathForSource(ctx, ctx.ModuleDir(), path), ctx…
527 func (p ModuleSrcPath) String() string { argument
531 func (p ModuleSrcPath) genPathWithExt(ctx AndroidModuleContext, ext string) ModuleGenPath { argument
[all …]