Searched refs:app_size (Results 1 – 1 of 1) sorted by relevance
79 int app_size = lseek(app_fd, 0L, SEEK_END); in main() local81 if (app_size != unlzma_size) { in main()86 uint8_t *app_buf = (uint8_t *)malloc(app_size); in main()88 rc = pread(app_fd, app_buf, app_size, 0); in main()89 if (rc != app_size) { in main()98 for (int i = 0; i < app_size; i++) { in main()