Searched defs:WriteToFile (Results 1 – 4 of 4) sorted by relevance
/aosp12/hardware/google/graphics/common/libhwjpeg/ |
H A D | hwjpeg-base.cpp | 107 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 D | odr_metrics.cc | 134 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 D | files.cc | 90 bool WriteToFile(const std::string& path, const std::string& data) { in WriteToFile() function
|
/aosp12/system/update_engine/scripts/update_payload/ |
H A D | test_utils.py | 241 def WriteToFile(self, file_obj, manifest_len=-1, data_blobs=None, member in PayloadGenerator
|