Searched refs:temp_config_ (Results 1 – 1 of 1) sorted by relevance
109 temp_config_ = temp_dir_ / "temp_config.txt"; in SetUp()112 ASSERT_FALSE(std::filesystem::exists(temp_config_)); in SetUp()121 if (std::filesystem::exists(temp_config_)) { in DeleteConfigFiles()122 ASSERT_TRUE(std::filesystem::remove(temp_config_)); in DeleteConfigFiles()130 std::filesystem::path temp_config_; member in testing::StorageModuleTest137 …auto* storage = new TestStorageModule(temp_config_.string(), kTestConfigSaveDelay, 10, false, fals… in TEST_F()144 ASSERT_TRUE(std::filesystem::exists(temp_config_)); in TEST_F()147 auto config = LegacyConfigFile::FromPath(temp_config_.string()).Read(10); in TEST_F()208 ASSERT_TRUE(bluetooth::os::WriteToFile(temp_config_.string(), kReadTestConfig)); in TEST_F()212 …auto* storage = new TestStorageModule(temp_config_.string(), kTestConfigSaveDelay, 10, false, fals… in TEST_F()[all …]