HomeSort by relevance Sort by last modified time
    Searched full:read_whole_file (Results 1 - 1 of 1) sorted by null

  /device/samsung/tuna/recovery/
bootloader.c 75 unsigned int read_whole_file(const char* fname, char* buffer, function
106 if (read_whole_file(FAMILY_LOCATION, file_data, SMALL_BUFFER_SIZE) == 0) {
120 if (read_whole_file(TYPE_LOCATION, file_data, SMALL_BUFFER_SIZE) == 0) {
135 if (read_whole_file(MSV_LOCATION, file_data, SMALL_BUFFER_SIZE) == 0) {

Completed in 304 milliseconds