Searched refs:read_file (Results 1 – 9 of 9) sorted by relevance
/system/extras/tests/bionic/libc/common/ |
D | bench_stdio.c | 53 void read_file(FILE* fp, int chunkSize) in read_file() function 87 BENCH(read_file(fp,1)); in main() 88 BENCH(read_file(fp,2)); in main() 89 BENCH(read_file(fp,3)); in main() 90 BENCH(read_file(fp,4)); in main() 91 BENCH(read_file(fp,8)); in main() 92 BENCH(read_file(fp,16)); in main() 93 BENCH(read_file(fp,32)); in main() 94 BENCH(read_file(fp,64)); in main() 95 BENCH(read_file(fp,256)); in main() [all …]
|
/system/core/toolbox/ |
D | insmod.c | 13 static void *read_file(const char *filename, ssize_t *_size) in read_file() function 63 file = read_file(argv[1], &size); in insmod_main()
|
/system/core/init/ |
D | util.h | 30 void *read_file(const char *fn, unsigned *_sz);
|
D | ueventd_parser.c | 64 data = read_file(fn, 0); in ueventd_parse_config_file()
|
D | util.c | 141 void *read_file(const char *fn, unsigned *_sz) in read_file() function
|
D | property_service.c | 510 data = read_file(fn, &sz); in load_properties_from_file()
|
D | builtins.c | 141 module = read_file(filename, &size); in insmod()
|
D | init_parser.c | 403 data = read_file(fn, 0); in init_parse_config_file()
|
/system/core/charger/ |
D | charger.c | 249 static int read_file(const char *path, char *buf, size_t sz) in read_file() function 283 ret = read_file(path, buf, sizeof(buf)); in read_file_int() 436 ret = read_file(path, ps_type, sizeof(ps_type)); in process_ps_uevent()
|