Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/backupable/
Dbackupable_db_test.cc531 std::string db_chroot = test::PerThreadDBPath("backupable_db"); in BackupableDBTest() local
533 Env::Default()->CreateDir(db_chroot); in BackupableDBTest()
539 db_chroot_env_.reset(NewChrootEnv(Env::Default(), db_chroot)); in BackupableDBTest()