Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/services/init/
H A Dinit_common_cmds.c265 char *realPath2 = NULL; in DoCopy() local
285 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()