Home
last modified time | relevance | path

Searched defs:WriteToFile (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/google/graphics/common/libhwjpeg/
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.cc134 void OdrMetrics::WriteToFile(const std::string& path, const OdrMetrics* metrics) { in WriteToFile() function in art::odrefresh::OdrMetrics
/aosp12/system/bt/gd/os/linux_generic/
H A Dfiles.cc90 bool WriteToFile(const std::string& path, const std::string& data) { in WriteToFile() function
/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