Lines Matching refs:remove
422 (void) remove(destPath); in pkgRemovePackageFromGzonlyList()
488 if ((access(savePath, F_OK) == 0) && remove(savePath)) { in pkgRemovePackageFromGzonlyList()
490 (void) remove(destPath); in pkgRemovePackageFromGzonlyList()
496 (void) remove(destPath); in pkgRemovePackageFromGzonlyList()
505 (void) remove(destPath); in pkgRemovePackageFromGzonlyList()
509 if (remove(savePath) != 0) { in pkgRemovePackageFromGzonlyList()
615 (void) remove(destPath); in pkgAddPackageToGzonlyList()
681 if ((access(savePath, F_OK) == 0) && remove(savePath)) { in pkgAddPackageToGzonlyList()
683 (void) remove(destPath); in pkgAddPackageToGzonlyList()
689 (void) remove(destPath); in pkgAddPackageToGzonlyList()
698 (void) remove(destPath); in pkgAddPackageToGzonlyList()
702 if (remove(savePath) != 0) { in pkgAddPackageToGzonlyList()