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

  /device/samsung/tuna/recovery/
bootloader.c 187 int close_status = 0; local
316 int close_status = fclose(xloader); local
317 if (written != BOOT_PART_LEN || close_status != 0) {
336 int close_status = fclose(sbl); local
337 if (written != sbl_size || close_status != 0) {

Completed in 95 milliseconds