Home
last modified time | relevance | path

Searched refs:kReadTestConfig (Results 1 – 2 of 2) sorted by relevance

/system/bt/gd/storage/
Dstorage_module_test.cc162 static const std::string kReadTestConfig = variable
208 ASSERT_TRUE(bluetooth::os::WriteToFile(temp_config_.string(), kReadTestConfig)); in TEST_F()
238 ASSERT_TRUE(bluetooth::os::WriteToFile(temp_config_.string(), kReadTestConfig)); in TEST_F()
288 ASSERT_TRUE(bluetooth::os::WriteToFile(temp_config_.string(), kReadTestConfig)); in TEST_F()
306 ASSERT_TRUE(bluetooth::os::WriteToFile(temp_config_.string(), kReadTestConfig)); in TEST_F()
Dlegacy_config_file_test.cc60 static const std::string kReadTestConfig = variable
84 EXPECT_TRUE(WriteToFile(temp_config.string(), kReadTestConfig)); in TEST()