Lines Matching defs:destPath
352 char destPath[PATH_MAX];
388 len = snprintf(destPath, sizeof (destPath), "%s/%s.tmp",
422 (void) remove(destPath);
423 destFP = fopen(destPath, "w");
425 progerr(ERR_PKGOPS_TMPOPEN, destPath, strerror(errno));
479 (void) unlink(destPath);
490 (void) remove(destPath);
496 (void) remove(destPath);
500 if (rename(destPath, srcPath) != 0) {
501 progerr(ERR_RENAME, destPath, srcPath, strerror(errno));
505 (void) remove(destPath);
541 char destPath[PATH_MAX];
581 len = snprintf(destPath, sizeof (destPath), "%s/%s.tmp",
615 (void) remove(destPath);
616 destFP = fopen(destPath, "w");
618 progerr(ERR_PKGOPS_TMPOPEN, destPath, strerror(errno));
683 (void) remove(destPath);
689 (void) remove(destPath);
693 if (rename(destPath, srcPath) != 0) {
694 progerr(ERR_RENAME, destPath, srcPath, strerror(errno));
698 (void) remove(destPath);