Home
last modified time | relevance | path

Searched refs:code472Path (Results 1 – 2 of 2) sorted by relevance

/rkdeveloptool/
H A Dboot_merger.h75 line_t* code472Path; member
H A Dmain.cpp1099 gOpts.code472Path = (line_t*) malloc(sizeof(line_t) * gOpts.code472Num); in parse472()
1109 strcpy((char*)gOpts.code472Path[index], buf); in parse472()
1110 printf("path%i: %s\n", index, gOpts.code472Path[index]); in parse472()
1203 fprintf(out, OPT_PATH "%d=%s\n", i+1, gOpts.code472Path[i]); in printOpts()
1317 gOpts.code472Path = (line_t*) malloc(sizeof(line_t) * gOpts.code472Num); in initOpts()
1318 strcpy((char*)gOpts.code472Path[0], DEF_CODE472_PATH); in initOpts()
1637 if (!saveEntry(outFile, (char*)gOpts.code472Path[i], ENTRY_472, gOpts.code472Sleep, in mergeBoot()
1655 if (!writeFile(outFile, (char*)gOpts.code472Path[i], false)) in mergeBoot()