Home
last modified time | relevance | path

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

/system/bt/gd/os/linux_generic/
Dfiles.cc90 bool WriteToFile(const std::string& path, const std::string& data) { in WriteToFile() function
/system/update_engine/scripts/update_payload/
Dtest_utils.py241 def WriteToFile(self, file_obj, manifest_len=-1, data_blobs=None, member in PayloadGenerator