Home
last modified time | relevance | path

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

/rkdeveloptool/
H A Dmain.cpp3050 char *taggedspl = new char[len + 5]; in tag_spl() local
3051 strcpy(taggedspl, spl); in tag_spl()
3052 strcpy(taggedspl + len, ".tag"); in tag_spl()
3053 taggedspl[len+4] = 0; in tag_spl()
3054 printf("Writing tagged spl to %s\n", taggedspl); in tag_spl()
3056 file = fopen(taggedspl, "wb"); in tag_spl()
3058 delete []taggedspl; in tag_spl()
3064 delete []taggedspl; in tag_spl()