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

/illumos-gate/usr/src/cmd/svr4pkg/pkgadd/
H A Dcheck.c353 char preinstallcheckPath[PATH_MAX+1]; local
365 len = snprintf(preinstallcheckPath,
366 sizeof (preinstallcheckPath),
370 if (len > sizeof (preinstallcheckPath)) {
378 if (isfile((char *)NULL, preinstallcheckPath) != 0) {
380 pkginst, zoneName, preinstallcheckPath,
389 fp = fopen(preinstallcheckPath, "r");
392 preinstallcheckPath, pkginst, zoneName,
H A Dmain.c3540 char preinstallcheckPath[PATH_MAX+1]; local
3547 (void) snprintf(preinstallcheckPath, sizeof (preinstallcheckPath),
3564 a_altBinDir, a_zoneAdminFile, preinstallcheckPath, a_tmpzn);

Completed in 583 milliseconds