Lines Matching refs:errInfo
375 char errInfo[ERRINFOLEN] = { 0 }; in Start() local
376 strerror_r(errno, errInfo, ERRINFOLEN); in Start()
377 HIPERF_HILOGD(MODULE_CPP_API, "failed to create pipe: %" HILOG_PUBLIC "s", errInfo); in Start()
380 char errInfo[ERRINFOLEN] = { 0 }; in Start() local
381 strerror_r(errno, errInfo, ERRINFOLEN); in Start()
382 HIPERF_HILOGD(MODULE_CPP_API, "failed to create pipe: %" HILOG_PUBLIC "s", errInfo); in Start()
390 char errInfo[ERRINFOLEN] = { 0 }; in Start() local
391 strerror_r(errno, errInfo, ERRINFOLEN); in Start()
392 HIPERF_HILOGD(MODULE_CPP_API, "failed to fork: %" HILOG_PUBLIC "s", errInfo); in Start()
417 char errInfo[ERRINFOLEN] = { 0 }; in Start() local
418 strerror_r(errno, errInfo, ERRINFOLEN); in Start()
421 executeCommandPath_.c_str(), errInfo); in Start()