Home | History | Annotate | Download | only in ios

Lines Matching refs:cwd

506 	cwd, err := os.Getwd()
515 cwd = strings.TrimSuffix(cwd, finalPkgpath)
526 src := filepath.Join(cwd, pkgpath)
541 filepath.Join(cwd, "lib", "time", "zoneinfo.zip"),
554 filepath.Join(cwd, "src", "runtime", "textflag.h"),
567 cwd, err := os.Getwd()
571 if root := runtime.GOROOT(); strings.HasPrefix(cwd, root) {
572 subdir, err := filepath.Rel(root, cwd)
580 if !strings.HasPrefix(cwd, p) {
583 subdir, err := filepath.Rel(p, cwd)
590 cwd,