Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go103 type ModuleMissingDepsPathContext interface { interface
529 func PathsForModuleSrc(ctx ModuleMissingDepsPathContext, paths []string) Paths { argument
534 Context ModuleMissingDepsPathContext
558 func PathsForModuleSrcExcludes(ctx ModuleMissingDepsPathContext, paths, excludes []string) Paths { argument
606 func DirectoryPathsForModuleSrc(ctx ModuleMissingDepsPathContext, paths []string) DirectoryPaths { argument
766 func PathsAndMissingDepsForModuleSrcExcludes(ctx ModuleMissingDepsPathContext, paths, excludes []st… argument
925 func PathsWithOptionalDefaultForModuleSrc(ctx ModuleMissingDepsPathContext, input []string, def str… argument
1346 …if modCtx, ok := ctx.(ModuleMissingDepsPathContext); ok && ctx.Config().AllowMissingDependencies()…
1626 func PathForModuleSrc(ctx ModuleMissingDepsPathContext, pathComponents ...string) Path { argument
1692 func OptionalPathForModuleSrc(ctx ModuleMissingDepsPathContext, p *string) OptionalPath { argument