Searched refs:temp_snoop_log_ (Results 1 – 1 of 1) sorted by relevance
74 temp_snoop_log_ = temp_dir_ / "btsnoop_hci.log"; in SetUp()79 ASSERT_FALSE(std::filesystem::exists(temp_snoop_log_)); in SetUp()90 if (std::filesystem::exists(temp_snoop_log_)) { in DeleteSnoopLogFiles()91 ASSERT_TRUE(std::filesystem::remove(temp_snoop_log_)); in DeleteSnoopLogFiles()105 std::filesystem::path temp_snoop_log_; member in testing::SnoopLoggerModuleTest114 temp_snoop_log_.string(), temp_snooz_log_.string(), 10, SnoopLogger::kBtSnoopLogModeFull); in TEST_F()120 ASSERT_TRUE(std::filesystem::exists(temp_snoop_log_)); in TEST_F()122 ASSERT_EQ(std::filesystem::file_size(temp_snoop_log_), sizeof(SnoopLogger::FileHeaderType)); in TEST_F()128 temp_snoop_log_.string(), temp_snooz_log_.string(), 10, SnoopLogger::kBtSnoopLogModeDisabled); in TEST_F()134 ASSERT_FALSE(std::filesystem::exists(temp_snoop_log_)); in TEST_F()[all …]