Searched defs:write_file (Results 1 - 1 of 1) sorted by relevance

/system/core/init/
H A Dutil.cpp201 int write_file(const char* path, const char* content) { function
204 NOTICE("write_file: Unable to open '%s': %s\n", path, strerror(errno));
209 NOTICE("write_file: Unable to write to '%s': %s\n", path, strerror(errno));

Completed in 63 milliseconds