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