Searched refs:temp_backup_config_ (Results 1 – 1 of 1) sorted by relevance
110 temp_backup_config_ = temp_dir_ / "temp_config.bak"; in SetUp()113 ASSERT_FALSE(std::filesystem::exists(temp_backup_config_)); in SetUp()124 if (std::filesystem::exists(temp_backup_config_)) { in DeleteConfigFiles()125 ASSERT_TRUE(std::filesystem::remove(temp_backup_config_)); in DeleteConfigFiles()131 std::filesystem::path temp_backup_config_; member in testing::StorageModuleTest