Searched defs:EarlyModulePathContext (Results 1 – 1 of 1) sorted by relevance
| /build/soong/android/ |
| D | paths.go | 58 type EarlyModulePathContext interface { interface 70 func Glob(ctx EarlyModulePathContext, globPattern string, excludes []string) Paths { 80 func GlobFiles(ctx EarlyModulePathContext, globPattern string, excludes []string) Paths { 894 func pathsForModuleSrcFromFullPath(ctx EarlyModulePathContext, paths []string, incDirs bool) Paths { 1653 func pathForModuleSrc(ctx EarlyModulePathContext, paths ...string) SourcePath { 1672 func PathsWithModuleSrcSubDir(ctx EarlyModulePathContext, paths Paths, subDir string) Paths { 1684 func PathWithModuleSrcSubDir(ctx EarlyModulePathContext, path Path, subDir string) Path {
|