Searched refs:pkgngpath (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/usr.sbin/pkg_install/lib/
H A Dpkgng.c41 char pkgngpath[MAXPATHLEN + 1]; local
53 rc = snprintf(pkgngpath, sizeof(pkgngpath), "%s/local.sqlite", pkgngdir);
54 if ((size_t)rc >= sizeof(pkgngpath)) {
59 if (access(pkgngpath, F_OK) == 0)

Completed in 11 milliseconds