Searched refs:firmware_file (Results 1 – 1 of 1) sorted by relevance
48 const char *firmware_file; in flash_save() local71 firmware_file = argv[1]; in flash_save()73 firmware_file = argv[2]; in flash_save()91 fd = open(firmware_file, O_CREAT | O_TRUNC | O_RDWR, 0644); in flash_save()111 printf("%s successfully saved as %s\n", argv[1], firmware_file); in flash_save()