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

/system/extras/tests/bionic/libc/common/
H A Dbench_stdio.c61 void write_file(FILE* fp, int chunkSize) function
101 BENCH(write_file(fp,1));
102 BENCH(write_file(fp,2));
103 BENCH(write_file(fp,3));
104 BENCH(write_file(fp,4));
105 BENCH(write_file(fp,8));
106 BENCH(write_file(fp,16));
107 BENCH(write_file(fp,32));
108 BENCH(write_file(fp,64));
109 BENCH(write_file(f
[all...]
/system/core/init/
H A Dbuiltins.c57 static int write_file(const char *path, const char *value) function
239 return write_file("/proc/sys/kernel/domainname", args[1]);
255 return write_file("/proc/sys/kernel/hostname", args[1]);
652 return write_file(path, prop_val);

Completed in 74 milliseconds