Searched refs:temp_snoop_log_last_ (Results 1 – 1 of 1) sorted by relevance
75 temp_snoop_log_last_ = temp_dir_ / "btsnoop_hci.log.last"; in SetUp()80 ASSERT_FALSE(std::filesystem::exists(temp_snoop_log_last_)); in SetUp()93 if (std::filesystem::exists(temp_snoop_log_last_)) { in DeleteSnoopLogFiles()94 ASSERT_TRUE(std::filesystem::remove(temp_snoop_log_last_)); in DeleteSnoopLogFiles()106 std::filesystem::path temp_snoop_log_last_; member in testing::SnoopLoggerModuleTest121 ASSERT_FALSE(std::filesystem::exists(temp_snoop_log_last_)); in TEST_F()135 ASSERT_FALSE(std::filesystem::exists(temp_snoop_log_last_)); in TEST_F()152 ASSERT_FALSE(std::filesystem::exists(temp_snoop_log_last_)); in TEST_F()171 ASSERT_FALSE(std::filesystem::exists(temp_snoop_log_last_)); in TEST_F()191 ASSERT_FALSE(std::filesystem::exists(temp_snoop_log_last_)); in TEST_F()[all …]