Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/services/init/
H A Dinit_common_cmds.c297 int rtLen = write(dstFd, buf, rdLen); in DoCopy() local
298 if (rtLen != rdLen) { in DoCopy()