Home
last modified time | relevance | path

Searched defs:EarlyModulePathContext (Results 1 – 1 of 1) sorted by relevance

/build/soong/android/
Dpaths.go57 type EarlyModulePathContext interface { interface
69 func Glob(ctx EarlyModulePathContext, globPattern string, excludes []string) Paths {
79 func GlobFiles(ctx EarlyModulePathContext, globPattern string, excludes []string) Paths {
589 func pathsForModuleSrcFromFullPath(ctx EarlyModulePathContext, paths []string, incDirs bool) Paths {
1280 func pathForModuleSrc(ctx EarlyModulePathContext, paths ...string) SourcePath {
1299 func PathsWithModuleSrcSubDir(ctx EarlyModulePathContext, paths Paths, subDir string) Paths {
1311 func PathWithModuleSrcSubDir(ctx EarlyModulePathContext, path Path, subDir string) Path {