Searched refs:EarlyModulePathContext (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/build/soong/android/ |
H A D | paths.go | 58 type EarlyModulePathContext interface { interface 66 var _ EarlyModulePathContext = ModuleContext(nil) 70 func Glob(ctx EarlyModulePathContext, globPattern string, excludes []string) Paths { argument 80 func GlobFiles(ctx EarlyModulePathContext, globPattern string, excludes []string) Paths { argument 91 EarlyModulePathContext 886 func pathsForModuleSrcFromFullPath(ctx EarlyModulePathContext, paths []string, incDirs bool) Paths { argument 1672 func pathForModuleSrc(ctx EarlyModulePathContext, paths ...string) SourcePath { argument 1691 func PathsWithModuleSrcSubDir(ctx EarlyModulePathContext, paths Paths, subDir string) Paths { argument 1703 func PathWithModuleSrcSubDir(ctx EarlyModulePathContext, path Path, subDir string) Path { argument
|