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

  /device/samsung/tuna/recovery/
bootloader.c 85 int read_byte_count = fread(buffer, 1, buffer_size - 1, f); local
87 if (read_byte_count < 0) {
93 while (buffer[read_byte_count - 1] == '\n') {
94 buffer[--read_byte_count] = 0;

Completed in 299 milliseconds