Searched refs:destPath (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/svr4pkg/libinst/ |
H A D | pkgops.c | 352 char destPath[PATH_MAX]; in pkgRemovePackageFromGzonlyList() local 388 len = snprintf(destPath, sizeof (destPath), "%s/%s.tmp", in pkgRemovePackageFromGzonlyList() 422 (void) remove(destPath); in pkgRemovePackageFromGzonlyList() 423 destFP = fopen(destPath, "w"); in pkgRemovePackageFromGzonlyList() 425 progerr(ERR_PKGOPS_TMPOPEN, destPath, strerror(errno)); in pkgRemovePackageFromGzonlyList() 479 (void) unlink(destPath); in pkgRemovePackageFromGzonlyList() 490 (void) remove(destPath); in pkgRemovePackageFromGzonlyList() 496 (void) remove(destPath); in pkgRemovePackageFromGzonlyList() 500 if (rename(destPath, srcPath) != 0) { in pkgRemovePackageFromGzonlyList() 501 progerr(ERR_RENAME, destPath, srcPath, strerror(errno)); in pkgRemovePackageFromGzonlyList() [all …]
|