Searched refs:cwd (Results 1 – 8 of 8) sorted by relevance
53 if cwd, err := os.Getwd(); err == nil {54 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)
1010 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:]
84 cwd=self.soong_workspace,
3831 cwd=extracted_ramdisk)