Searched refs:WriteToFile (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/gd/os/linux_generic/ |
D | files_test.cc | 29 using bluetooth::os::WriteToFile; 35 ASSERT_TRUE(WriteToFile(temp_file.string(), text)); in TEST() 45 ASSERT_TRUE(WriteToFile(temp_file.string(), text)); in TEST() 59 ASSERT_TRUE(WriteToFile(temp_file.string(), text)); in TEST() 68 ASSERT_TRUE(WriteToFile(temp_file.string(), text)); in TEST() 71 ASSERT_TRUE(WriteToFile(temp_file.string(), text)); in TEST() 80 ASSERT_TRUE(WriteToFile(temp_file.string(), text)); in TEST()
|
D | files.cc | 89 bool WriteToFile(const std::string& path, const std::string& data) { in WriteToFile() function
|
/packages/modules/Bluetooth/system/gd/storage/ |
D | storage_module_test.cc | 163 ASSERT_TRUE(bluetooth::os::WriteToFile(temp_config_.string(), kReadTestConfig)); in TEST_F() 187 ASSERT_TRUE(bluetooth::os::WriteToFile(temp_config_.string(), kReadTestConfig)); in TEST_F() 229 ASSERT_TRUE(bluetooth::os::WriteToFile(temp_config_.string(), kReadTestConfig)); in TEST_F() 243 ASSERT_TRUE(bluetooth::os::WriteToFile(temp_config_.string(), kReadTestConfig)); in TEST_F() 263 ASSERT_TRUE(bluetooth::os::WriteToFile(temp_config_.string(), kReadTestConfig)); in TEST_F()
|
D | legacy_config_file_test.cc | 31 using bluetooth::os::WriteToFile; 86 EXPECT_TRUE(WriteToFile(temp_config.string(), kReadTestConfig)); in TEST() 177 ASSERT_TRUE(WriteToFile(temp_config.string(), kConfigWithDuplicateSectionAndKey)); in TEST()
|
D | legacy_config_file.cc | 79 return os::WriteToFile(path_, cache.SerializeToLegacyFormat()); in Write()
|
/packages/modules/Bluetooth/system/gd/os/ |
D | files.h | 43 bool WriteToFile(const std::string& path, const std::string& data);
|
/packages/modules/Bluetooth/system/gd/sysprops/ |
D | sysprops_module_test.cc | 83 EXPECT_TRUE(bluetooth::os::WriteToFile(temp_config_.string(), kParseConfigTestConfig)); in TEST_F()
|
/packages/modules/Bluetooth/system/gd/hal/ |
D | snoop_logger_test.cc | 349 os::WriteToFile(temp_snooz_log_.string(), ""); in TEST_F()
|