Lines Matching refs:fec_filename
150 INFO("memory mapping '%s' (size %" PRIu64 ")\n", ctx->fec_filename, in mmap_image_load()
164 ctx->fec_filename, ctx->inp_size, strerror(errno)); in mmap_image_load()
230 FATAL("failed to read file %s\n", ctx->fec_filename); in file_image_load()
338 INFO("mmaping '%s' (size %u)\n", ctx->fec_filename, ctx->fec_size); in mmap_image_ecc_new()
341 int fd = TEMP_FAILURE_RETRY(open(ctx->fec_filename, in mmap_image_ecc_new()
345 FATAL("failed to open file '%s': %s\n", ctx->fec_filename, in mmap_image_ecc_new()
353 FATAL("failed to ftruncate file '%s': %s\n", ctx->fec_filename, in mmap_image_ecc_new()
358 INFO("memory mapping '%s' (size %zu)\n", ctx->fec_filename, fec_size); in mmap_image_ecc_new()
364 FATAL("failed to mmap '%s' (size %zu): %s\n", ctx->fec_filename, in mmap_image_ecc_new()
390 ctx->fec_filename = filename.c_str(); in image_ecc_new()
510 assert(ctx->fec_filename); in image_ecc_save()
512 int fd = TEMP_FAILURE_RETRY(open(ctx->fec_filename, in image_ecc_save()
516 FATAL("failed to open file '%s': %s\n", ctx->fec_filename, in image_ecc_save()