Lines Matching defs:pth
509 pth := filepath.FromSlash(fmt.Sprintf("/upload/%s%s", time.Now().Format("20060102150405000"), getSuffixByUrl(url).suffix))
510 MkDir("." + pth)
511 create, err := os.Create("." + pth)
522 pth = "/application" + pth
524 "url": pth,
628 var pth string
631 pth = path.Dir(fName)
633 return pth
636 pth, err := os.Executable()
640 res, _ := filepath.EvalSymlinks(filepath.Dir(pth))