Searched refs:pkgstatic (Results 1 – 1 of 1) sorted by relevance
845 char pkgstatic[MAXPATHLEN]; in bootstrap_pkg() local925 if ((ret = extract_pkg_static(fd_pkg, pkgstatic, MAXPATHLEN)) == 0) in bootstrap_pkg()926 ret = install_pkg_static(pkgstatic, tmppkg, force); in bootstrap_pkg()996 char pkgstatic[MAXPATHLEN]; in bootstrap_pkg_local() local1046 if ((ret = extract_pkg_static(fd_pkg, pkgstatic, MAXPATHLEN)) == 0) in bootstrap_pkg_local()1047 ret = install_pkg_static(pkgstatic, pkgpath, force); in bootstrap_pkg_local()