Lines Matching defs:file
159 char *imagefile; /* Generated output file */
274 printf("\t-r <RCW file-name> - name of RCW binary file.\n");
275 printf("\t-i <BL2 Bin file-name> - file to be added to rcw file.\n");
323 * Arguments : fp_rcw_pbi_op - output rcw_pbi file pointer
448 fprintf(stderr, "%s: Error in opening the file: %s\n",
463 * Arguments : fp_rcw_pbi_op - Pointer to output file
465 * Description : Add bootptr pbi command to output file
564 printf("%s: Error writing blk_cpy_hdr to the file.\n",
576 printf("%s: Error writing BLK SRC Addr to the file.\n",
584 printf("%s: Error writing DST Addr to the file.\n",
592 printf("%s: Error writing size to the file.\n",
627 printf("%s: Error in opening the file: %s\n", __func__,
696 FILE *file = NULL;
723 file = fopen(pblimg.rcw_nm, "r");
724 if (file == NULL) {
729 fclose(file);
746 file = fopen(pblimg.sec_imgnm, "r");
747 if (file == NULL) {
748 printf("CMD Error: Opening Input file.\n");
752 fclose(file);
834 printf("%s: Error in opening the rcw file: %s\n",
841 printf("%s: Error opening the input file: %s\n",
856 printf("%s: Error in reading word from the rcw file.\n",
887 /* Write acs write commands to output file */
965 /* Write acs write commands to output file */
987 printf("Output file successfully created with name: %s\n\n",