Home
last modified time | relevance | path

Searched refs:destPath (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dpkgops.c352 char destPath[PATH_MAX]; in pkgRemovePackageFromGzonlyList() local
388 len = snprintf(destPath, sizeof (destPath), "%s/%s.tmp", in pkgRemovePackageFromGzonlyList()
422 (void) remove(destPath); in pkgRemovePackageFromGzonlyList()
479 (void) unlink(destPath); in pkgRemovePackageFromGzonlyList()
490 (void) remove(destPath); in pkgRemovePackageFromGzonlyList()
496 (void) remove(destPath); in pkgRemovePackageFromGzonlyList()
505 (void) remove(destPath); in pkgRemovePackageFromGzonlyList()
541 char destPath[PATH_MAX]; in pkgAddPackageToGzonlyList() local
581 len = snprintf(destPath, sizeof (destPath), "%s/%s.tmp", in pkgAddPackageToGzonlyList()
615 (void) remove(destPath); in pkgAddPackageToGzonlyList()
[all …]