Searched refs:temp_snooz_log_ (Results 1 – 1 of 1) sorted by relevance
176 temp_snooz_log_ = temp_dir_ / (std::string(test_info->name()) + "_btsnooz_hci.log"); in SetUp()189 ASSERT_FALSE(std::filesystem::exists(temp_snooz_log_)); in SetUp()210 std::filesystem::path temp_snooz_log_; member in testing::SnoopLoggerModuleTest229 if (std::filesystem::exists(temp_snooz_log_)) { in DeleteSnoopLogFiles()230 ASSERT_TRUE(std::filesystem::remove(temp_snooz_log_)); in DeleteSnoopLogFiles()242 temp_snooz_log_.string(), in TEST_F()260 temp_snooz_log_.string(), in TEST_F()271 ASSERT_FALSE(std::filesystem::exists(temp_snooz_log_)); in TEST_F()278 temp_snooz_log_.string(), in TEST_F()301 temp_snooz_log_.string(), in TEST_F()[all …]