Searched refs:dstRsrcName (Results 1 – 1 of 1) sorted by relevance
302 char* dstRsrcName = NULL; in copyRegular() local309 dstRsrcName = malloc(strlen(dst) + 5 + 1); in copyRegular()310 strcpy(dstRsrcName, dst); in copyRegular()311 strcat(dstRsrcName, "/rsrc"); in copyRegular()314 DBUG(("--- RSRC: %s --> %s\n", srcRsrcName, dstRsrcName)); in copyRegular()317 dstFd = open(dstRsrcName, O_TRUNC | O_WRONLY, 0); in copyRegular()320 copyResult = copyFileContents(dstRsrcName, dstFd, in copyRegular()328 free(dstRsrcName); in copyRegular()334 free(dstRsrcName); in copyRegular()