Home | History | Annotate | Download | only in android

Lines Matching refs:Dir

527 func (p DirectorySortedPaths) PathsInDirectory(dir string) Paths {
528 prefix := filepath.Clean(dir) + "/"
672 // neither escapes the source dir nor is in the out dir.
759 dir := filepath.Join(p.config.srcDir, p.path, relDir)
761 if pathtools.IsGlob(dir) {
762 reportPathErrorf(ctx, "Path may not contain a glob: %s", dir)
764 paths, err := ctx.GlobWithDeps(dir, nil)
794 // validated to not escape the build dir.
850 ret := PathForOutput(ctx, filepath.Dir(p.path), path)
851 ret.rel = filepath.Join(filepath.Dir(p.rel), path)