Searched refs:write_file (Results 1 – 4 of 4) sorted by relevance
35 int write_file(const char* path, const char* content);
136 return write_file("/proc/sys/kernel/domainname", args[1]); in do_domainname()170 return write_file("/proc/sys/kernel/hostname", args[1]); in do_hostname()655 return write_file(path, expanded_value); in do_write()
177 int write_file(const char* path, const char* content) { in write_file() function
978 if (write_file("/sys/fs/selinux/checkreqprot", "0") == -1) { in selinux_initialize()