Home
last modified time | relevance | path

Searched refs:GlobFiles (Results 1 – 7 of 7) sorted by relevance

/aosp12/build/soong/java/
H A Djava_resources.go57 files := ctx.GlobFiles(filepath.Join(dir.String(), "**/*"), excludeFiles)
H A Dandroid_resources.go47 return ctx.GlobFiles(filepath.Join(dir.String(), "**/*"), androidResourceIgnoreFilenames)
/aosp12/build/soong/cc/
H A Dndk_headers.go209 srcFiles := ctx.GlobFiles(filepath.Join(fromSrcPath.String(), "**/*.h"), nil)
H A Dlibrary.go1431 srcFiles := ctx.GlobFiles(filepath.Join(srcDir.String(), "**/*.h"), nil)
/aosp12/build/soong/android/
H A Dbazel_paths.go271 globbedPaths := GlobFiles(ctx, rootRelativeGlobPath, rootRelativeExpandedExcludes)
H A Dpaths.go79 func GlobFiles(ctx EarlyModulePathContext, globPattern string, excludes []string) Paths { func
567 paths := GlobFiles(ctx, pathForModuleSrc(ctx, sPath).String(), expandedExcludes)
H A Dmodule.go126 GlobFiles(globPattern string, excludes []string) Paths
1942 func (e *earlyModuleContext) GlobFiles(globPattern string, excludes []string) Paths { func
1943 return GlobFiles(e, globPattern, excludes)