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

/system/core/init/
H A Dbuiltins.c55 static int write_file(const char *path, const char *value) function
239 return write_file("/proc/sys/kernel/domainname", args[1]);
269 return write_file("/proc/sys/kernel/hostname", args[1]);
748 return write_file(path, prop_val);

Completed in 50 milliseconds