Searched refs:write_file (Results 1 – 4 of 4) sorted by relevance
35 int write_file(const char* path, const char* content);
250 return write_file("/proc/sys/kernel/domainname", args[1].c_str()); in do_domainname()278 return write_file("/proc/sys/kernel/hostname", args[1].c_str()); in do_hostname()767 return write_file(path, value); in do_write()
201 int write_file(const char* path, const char* content) { in write_file() function
576 if (write_file("/sys/fs/selinux/checkreqprot", "0") == -1) { in selinux_initialize()