Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go99 type ModuleMissingDepsPathContext interface { interface
473 func PathsForModuleSrc(ctx ModuleMissingDepsPathContext, paths []string) Paths { argument
478 Context ModuleMissingDepsPathContext
502 func PathsForModuleSrcExcludes(ctx ModuleMissingDepsPathContext, paths, excludes []string) Paths { argument
627 func PathsAndMissingDepsForModuleSrcExcludes(ctx ModuleMissingDepsPathContext, paths, excludes []st… argument
786 func PathsWithOptionalDefaultForModuleSrc(ctx ModuleMissingDepsPathContext, input []string, def str… argument
1177 …if modCtx, ok := ctx.(ModuleMissingDepsPathContext); ok && ctx.Config().AllowMissingDependencies()…
1274 func (p SourcePath) OverlayPath(ctx ModuleMissingDepsPathContext, path Path) OptionalPath {
1439 func PathForModuleSrc(ctx ModuleMissingDepsPathContext, pathComponents ...string) Path { argument
1505 func OptionalPathForModuleSrc(ctx ModuleMissingDepsPathContext, p *string) OptionalPath { argument