Searched refs:temp_snoop_log_ (Results 1 – 1 of 1) sorted by relevance
174 temp_snoop_log_ = temp_dir_ / (std::string(test_info->name()) + "_btsnoop_hci.log"); in SetUp()185 ASSERT_FALSE(std::filesystem::exists(temp_snoop_log_)); in SetUp()208 std::filesystem::path temp_snoop_log_; member in testing::SnoopLoggerModuleTest217 if (std::filesystem::exists(temp_snoop_log_)) { in DeleteSnoopLogFiles()218 ASSERT_TRUE(std::filesystem::remove(temp_snoop_log_)); in DeleteSnoopLogFiles()241 temp_snoop_log_.string(), in TEST_F()251 ASSERT_TRUE(std::filesystem::exists(temp_snoop_log_)); in TEST_F()253 ASSERT_EQ(std::filesystem::file_size(temp_snoop_log_), sizeof(SnoopLoggerCommon::FileHeaderType)); in TEST_F()259 temp_snoop_log_.string(), in TEST_F()269 ASSERT_FALSE(std::filesystem::exists(temp_snoop_log_)); in TEST_F()[all …]