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::StorageModuleTest144 ASSERT_TRUE(std::filesystem::exists(temp_config_)); in TEST_F()228 ASSERT_TRUE(std::filesystem::exists(temp_config_)); in TEST_F()231 auto config = bluetooth::os::ReadSmallFile(temp_config_.string()); in TEST_F()261 config = LegacyConfigFile::FromPath(temp_config_.string()).Read(10); in TEST_F()268 config = LegacyConfigFile::FromPath(temp_config_.string()).Read(10); in TEST_F()[all …]