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

/system/netd/server/
H A DTetherController.cpp68 bool writeToFile(const char* filename, const char* value) { function in namespace:__anon2102
87 writeToFile(kTcpBeLiberal, enabled ? "1" : "0");
148 success &= writeToFile(IPV4_FORWARDING_PROC_FILE, value);
149 success &= writeToFile(IPV6_FORWARDING_PROC_FILE, value);

Completed in 594 milliseconds