Home
last modified time | relevance | path

Searched refs:write_file (Results 1 – 1 of 1) sorted by relevance

/system/core/init/
Dbuiltins.c48 static int write_file(const char *path, const char *value) in write_file() function
167 return write_file("/proc/sys/kernel/domainname", args[1]); in do_domainname()
183 return write_file("/proc/sys/kernel/hostname", args[1]); in do_hostname()
453 return write_file(args[1], args[2]); in do_write()