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
404 func PathsForModuleSrc(ctx ModuleMissingDepsPathContext, paths []string) Paths { argument
409 Context ModuleMissingDepsPathContext
432 func PathsForModuleSrcExcludes(ctx ModuleMissingDepsPathContext, paths, excludes []string) Paths { argument
562 func PathsAndMissingDepsForModuleSrcExcludes(ctx ModuleMissingDepsPathContext, paths, excludes []st… argument
720 func PathsWithOptionalDefaultForModuleSrc(ctx ModuleMissingDepsPathContext, input []string, def str… argument
1121 …if modCtx, ok := ctx.(ModuleMissingDepsPathContext); ok && ctx.Config().AllowMissingDependencies()…
1190 func (p SourcePath) OverlayPath(ctx ModuleMissingDepsPathContext, path Path) OptionalPath {
1356 func PathForModuleSrc(ctx ModuleMissingDepsPathContext, pathComponents ...string) Path { argument
1422 func OptionalPathForModuleSrc(ctx ModuleMissingDepsPathContext, p *string) OptionalPath { argument