Lines Matching refs:dir
46 func androidResourceGlob(ctx android.ModuleContext, dir android.Path) android.Paths {
47 return ctx.GlobFiles(filepath.Join(dir.String(), "**/*"), androidResourceIgnoreFilenames)
52 func androidResourceGlobList(ctx android.ModuleContext, dir android.Path,
55 android.GlobToListFileRule(ctx, filepath.Join(dir.String(), "**/*"),
72 dir string member
80 dir android.Path member
84 func overlayResourceGlob(ctx android.ModuleContext, a *aapt, dir android.Path) (res []globbedResour…
93 files := data.paths.PathsInDirectory(filepath.Join(data.dir, dir.String()))
95 overlayModuleDir := android.PathForSource(ctx, data.dir, dir.String())
104 dir: overlayModuleDir,
129 result.dir = overlay