Searched refs:read_file (Results 1 – 8 of 8) sorted by relevance
/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 | 65 data = read_file(fn, 0); in ueventd_parse_config_file()
|
D | util.c | 164 void *read_file(const char *fn, unsigned *_sz) in read_file() function
|
D | builtins.c | 77 module = read_file(filename, &size); in insmod()
|
D | property_service.c | 456 data = read_file(fn, &sz); in load_properties_from_file()
|
D | init_parser.c | 223 data = read_file(fn, 0); in init_parse_config_file()
|
/system/core/run-as/ |
D | package.c | 75 read_file(const char* filename, char* buff, size_t buffsize) in read_file() function 384 buffer_len = read_file(PACKAGES_LIST_FILE, buffer, sizeof buffer); in get_package_info()
|