Searched defs:ModuleMissingDepsPathContext (Results 1 – 1 of 1) sorted by relevance
| /build/soong/android/ |
| D | paths.go | 103 type ModuleMissingDepsPathContext interface { interface 529 func PathsForModuleSrc(ctx ModuleMissingDepsPathContext, paths []string) Paths { 558 func PathsForModuleSrcExcludes(ctx ModuleMissingDepsPathContext, paths, excludes []string) Paths { 606 func DirectoryPathsForModuleSrc(ctx ModuleMissingDepsPathContext, paths []string) DirectoryPaths { 766 func PathsAndMissingDepsForModuleSrcExcludes(ctx ModuleMissingDepsPathContext, paths, excludes []st… 925 func PathsWithOptionalDefaultForModuleSrc(ctx ModuleMissingDepsPathContext, input []string, def str… 1626 func PathForModuleSrc(ctx ModuleMissingDepsPathContext, pathComponents ...string) Path { 1692 func OptionalPathForModuleSrc(ctx ModuleMissingDepsPathContext, p *string) OptionalPath {
|