Searched refs:cwd (Results 1 – 6 of 6) sorted by relevance
47 if cwd, err := os.Getwd(); err == nil {48 if relpath, err := filepath.Rel(cwd, goroot); err == nil {
157 cwd, err := os.Getwd()162 for dir := filepath.Dir(path); dir != cwd; dir = filepath.Dir(dir) {
80 cwd = os.getcwd() variable82 files = map(lambda s: cwd+s, files)
1084 RELATIVE_PWD := PWD=/proc/self/cwd
69 --cwd "$source"\
139 cwd = os.getcwd()140 for root, dirs, files in os.walk(cwd):143 yield os.path.join(root, filename)[len(cwd) + 1:]