Searched refs:ModuleMissingDepsPathContext (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/build/soong/android/ |
H A D | paths.go | 103 type ModuleMissingDepsPathContext interface { interface 521 func PathsForModuleSrc(ctx ModuleMissingDepsPathContext, paths []string) Paths { argument 526 Context ModuleMissingDepsPathContext 550 func PathsForModuleSrcExcludes(ctx ModuleMissingDepsPathContext, paths, excludes []string) Paths { argument 598 func DirectoryPathsForModuleSrc(ctx ModuleMissingDepsPathContext, paths []string) DirectoryPaths { argument 758 func PathsAndMissingDepsForModuleSrcExcludes(ctx ModuleMissingDepsPathContext, paths, excludes []st… argument 917 func PathsWithOptionalDefaultForModuleSrc(ctx ModuleMissingDepsPathContext, input []string, def str… argument 1338 …if modCtx, ok := ctx.(ModuleMissingDepsPathContext); ok && ctx.Config().AllowMissingDependencies()… 1442 func (p SourcePath) OverlayPath(ctx ModuleMissingDepsPathContext, path Path) OptionalPath { 1645 func PathForModuleSrc(ctx ModuleMissingDepsPathContext, pathComponents ...string) Path { argument [all …]
|