Searched refs:tmppkg (Results 1 – 1 of 1) sorted by relevance
846 char tmppkg[MAXPATHLEN]; in bootstrap_pkg() local 865 snprintf(tmppkg, MAXPATHLEN, "%s/%s.XXXXXX", in bootstrap_pkg() 868 if ((fd_pkg = fetch_to_fd(repo, url, tmppkg, fetchOpts)) == -1) in bootstrap_pkg() 905 ret = install_pkg_static(pkgstatic, tmppkg, force); in bootstrap_pkg() 926 unlink(tmppkg); in bootstrap_pkg()