Lines Matching refs:image_file
1314 FILE *image_file = NULL;
1327 image_file = fopen(image_path, "rb");
1329 if (!image_file) {
1333 if (!fread(buf, BLOCK_SIZE, 1, image_file)) {
1367 if (!fread(buf, BLOCK_SIZE, 1, image_file)) {
1382 if (!dump_file(image_file, unpack_dir, entry)) {
1389 if (image_file)
1390 fclose(image_file);
1535 FILE *image_file = fopen(image_path, "wb");
1536 if (!image_file) {
1540 fclose(image_file);