Searched refs:realPath2 (Results 1 – 1 of 1) sorted by relevance
265 char *realPath2 = NULL; in DoCopy() local285 realPath2 = GetRealPath(ctx->argv[1]); in DoCopy()286 if (realPath2 != NULL) { in DoCopy()287 dstFd = open(realPath2, O_WRONLY | O_TRUNC | O_CREAT, mode); in DoCopy()308 INIT_CHECK(realPath2 == NULL, free(realPath2)); in DoCopy()