Searched refs:globListDir (Results 1 – 2 of 2) sorted by relevance
171 func GlobDirectory(buildDir, globListDir string) string {172 return filepath.Join(buildDir, "globs", globListDir)
45 globListDir string var59 flag.StringVar(&globListDir, "globListDir", "", "the directory containing the glob list files")203 globDir := bootstrap.GlobDirectory(ctx.Config().SoongOutDir(), globListDir)