Home
last modified time | relevance | path

Searched refs:WriteToFile (Results 1 – 12 of 12) sorted by relevance

/aosp12/system/bt/gd/os/linux_generic/
H A Dfiles_test.cc29 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()
H A Dfiles.cc90 bool WriteToFile(const std::string& path, const std::string& data) { in WriteToFile() function
/aosp12/system/bt/gd/storage/
H A Dlegacy_config_file_test.cc30 using bluetooth::os::WriteToFile;
84 EXPECT_TRUE(WriteToFile(temp_config.string(), kReadTestConfig)); in TEST()
174 ASSERT_TRUE(WriteToFile(temp_config.string(), kConfigWithDuplicateSectionAndKey)); in TEST()
H A Dstorage_module_test.cc208 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()
H A Dlegacy_config_file.cc74 return os::WriteToFile(path_, cache.SerializeToLegacyFormat()); in Write()
/aosp12/hardware/google/graphics/common/libhwjpeg/
H A Dhwjpeg-internal.h87 bool WriteToFile(const char *path, const char *data, size_t len);
88 bool WriteToFile(const char *path, int dmabuf, size_t len);
H A Dhwjpeg-base.cpp107 bool WriteToFile(const char *path, const char *data, size_t len) in WriteToFile() function
127 bool WriteToFile(const char *path, int dmabuf, size_t len) in WriteToFile() function
/aosp12/art/odrefresh/
H A Dodr_metrics.cc63 WriteToFile(metrics_file_, this); in ~OdrMetrics()
134 void OdrMetrics::WriteToFile(const std::string& path, const OdrMetrics* metrics) { in WriteToFile() function in art::odrefresh::OdrMetrics
H A Dodr_metrics.h127 static void WriteToFile(const std::string& path, const OdrMetrics* metrics);
/aosp12/system/update_engine/scripts/update_payload/
H A Dtest_utils.py241 def WriteToFile(self, file_obj, manifest_len=-1, data_blobs=None, member in PayloadGenerator
350 self.WriteToFile(temp_payload_file, data_blobs=self.data_blobs)
358 self.WriteToFile(file_obj, data_blobs=self.data_blobs, sigs_data=sigs_data,
H A Dchecker_unittest.py80 payload_gen.WriteToFile(payload_file)
512 payload_checker = _GetPayloadChecker(payload_gen.WriteToFile)
909 payload_checker = _GetPayloadChecker(payload_gen.WriteToFile,
/aosp12/system/bt/gd/os/
H A Dfiles.h41 bool WriteToFile(const std::string& path, const std::string& data);