Searched refs:read_file (Results 1 - 9 of 9) sorted by relevance

/system/extras/tests/bionic/libc/common/
H A Dbench_stdio.c53 void read_file(FILE* fp, int chunkSize) function
87 BENCH(read_file(fp,1));
88 BENCH(read_file(fp,2));
89 BENCH(read_file(fp,3));
90 BENCH(read_file(fp,4));
91 BENCH(read_file(fp,8));
92 BENCH(read_file(fp,16));
93 BENCH(read_file(fp,32));
94 BENCH(read_file(fp,64));
95 BENCH(read_file(f
[all...]
/system/core/init/
H A Dueventd_parser.c64 data = read_file(fn, 0);
H A Dutil.h30 void *read_file(const char *fn, unsigned *_sz);
H A Dutil.c149 void *read_file(const char *fn, unsigned *_sz) function
H A Dproperty_service.c522 data = read_file(fn, &sz);
H A Dbuiltins.c143 module = read_file(filename, &size);
H A Dinit_parser.c403 data = read_file(fn, 0);
/system/core/toolbox/
H A Dinsmod.c13 static void *read_file(const char *filename, ssize_t *_size) function
63 file = read_file(argv[1], &size);
/system/core/charger/
H A Dcharger.c245 static int read_file(const char *path, char *buf, size_t sz) function
279 ret = read_file(path, buf, sizeof(buf));
417 ret = read_file(path, ps_type, sizeof(ps_type));

Completed in 143 milliseconds