Searched refs:dstRsrcName (Results 1 – 1 of 1) sorted by relevance
300 char* dstRsrcName = NULL; in copyRegular() local307 dstRsrcName = malloc(strlen(dst) + 5 + 1); in copyRegular()308 strcpy(dstRsrcName, dst); in copyRegular()309 strcat(dstRsrcName, "/rsrc"); in copyRegular()312 DBUG(("--- RSRC: %s --> %s\n", srcRsrcName, dstRsrcName)); in copyRegular()315 dstFd = open(dstRsrcName, O_TRUNC | O_WRONLY, 0); in copyRegular()318 copyResult = copyFileContents(dstRsrcName, dstFd, in copyRegular()329 free(dstRsrcName); in copyRegular()