Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/backupable/
Dbackupable_db_test.cc532 std::string backup_chroot = test::PerThreadDBPath("backupable_db_backup"); in BackupableDBTest() local
534 Env::Default()->CreateDir(backup_chroot); in BackupableDBTest()
540 backup_chroot_env_.reset(NewChrootEnv(Env::Default(), backup_chroot)); in BackupableDBTest()