Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libpkg/common/
H A Dkeystore.c1148 char backuppath[MAXPATHLEN]; in restore_keystore_file() local
1160 if (((len = snprintf(backuppath, MAXPATHLEN, "%s.bak", in restore_keystore_file()
1176 newpath, backuppath)) { in restore_keystore_file()
1208 char *origpath, char *backuppath) in wait_restore() argument
1245 (void) rename(keystore_file, backuppath); in wait_restore()
1253 (void) remove(backuppath); in wait_restore()
2180 char backuppath[MAXPATHLEN]; in write_keystore_file() local
2185 (void) snprintf(backuppath, MAXPATHLEN, "%s.bak", dest); in write_keystore_file()
2229 (void) rename(dest, backuppath); in write_keystore_file()
2235 (void) remove(backuppath); in write_keystore_file()