Searched refs:fs_file (Results 1 - 1 of 1) sorted by relevance

/netgear-R7800-V1.0.2.28/tools/firmware-utils/src/
H A Dmkchkimg.c129 char * output_file, * kern_file, * fs_file; local
139 fs_file = NULL;
172 fs_file = optarg;
217 if (fs_file) {
218 fs_fp = fopen (fs_file, "r");
220 fatal_error (errno, "Cannot open %s", fs_file);

Completed in 22 milliseconds