Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go97 type ModuleMissingDepsPathContext interface { interface
385 func PathsForModuleSrc(ctx ModuleMissingDepsPathContext, paths []string) Paths { argument
406 func PathsForModuleSrcExcludes(ctx ModuleMissingDepsPathContext, paths, excludes []string) Paths { argument
620 func PathsWithOptionalDefaultForModuleSrc(ctx ModuleMissingDepsPathContext, input []string, def str… argument
1021 …if modCtx, ok := ctx.(ModuleMissingDepsPathContext); ok && ctx.Config().AllowMissingDependencies()…
1089 func (p SourcePath) OverlayPath(ctx ModuleMissingDepsPathContext, path Path) OptionalPath {
1254 func PathForModuleSrc(ctx ModuleMissingDepsPathContext, pathComponents ...string) Path { argument
1319 func OptionalPathForModuleSrc(ctx ModuleMissingDepsPathContext, p *string) OptionalPath { argument