Searched refs:GlobFiles (Results 1 – 7 of 7) sorted by relevance
/aosp12/build/soong/java/ |
H A D | java_resources.go | 57 files := ctx.GlobFiles(filepath.Join(dir.String(), "**/*"), excludeFiles)
|
H A D | android_resources.go | 47 return ctx.GlobFiles(filepath.Join(dir.String(), "**/*"), androidResourceIgnoreFilenames)
|
/aosp12/build/soong/cc/ |
H A D | ndk_headers.go | 209 srcFiles := ctx.GlobFiles(filepath.Join(fromSrcPath.String(), "**/*.h"), nil)
|
H A D | library.go | 1431 srcFiles := ctx.GlobFiles(filepath.Join(srcDir.String(), "**/*.h"), nil)
|
/aosp12/build/soong/android/ |
H A D | bazel_paths.go | 271 globbedPaths := GlobFiles(ctx, rootRelativeGlobPath, rootRelativeExpandedExcludes)
|
H A D | paths.go | 79 func GlobFiles(ctx EarlyModulePathContext, globPattern string, excludes []string) Paths { func 567 paths := GlobFiles(ctx, pathForModuleSrc(ctx, sPath).String(), expandedExcludes)
|
H A D | module.go | 126 GlobFiles(globPattern string, excludes []string) Paths 1942 func (e *earlyModuleContext) GlobFiles(globPattern string, excludes []string) Paths { func 1943 return GlobFiles(e, globPattern, excludes)
|