Searched refs:pipeRet (Results 1 – 1 of 1) sorted by relevance
56 int pipeRet = pipe2(pipe_, O_CLOEXEC); in Start() local57 if (pipeRet != 0) { in Start()58 …IVE_LOGE("pipeRes = %{public}d, pipe create failed errno = %{public}d, %{public}s", pipeRet, errno, in Start()