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

/freebsd-9.3-release/usr.sbin/pkg_install/updating/
H A Dmain.c56 const char *pkgdbpath = LOG_DIR; /* Location of pkgdb */ local
138 if ((dir = opendir(pkgdbpath)) != NULL) {
144 n = strlcpy(tmp_file, pkgdbpath, sizeof(tmp_file));

Completed in 50 milliseconds