Home
last modified time | relevance | path

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

/base/startup/init_lite/services/init/
Dinit_common_cmds.c240 char *realPath2 = NULL; in DoCopy() local
260 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()