Lines Matching refs:errInfo
402 char errInfo[ERRINFOLEN] = { 0 }; in Start() local
403 strerror_r(errno, errInfo, ERRINFOLEN); in Start()
404 HIPERF_HILOGD(MODULE_CPP_API, "failed to create pipe: %" HILOG_PUBLIC "s", errInfo); in Start()
407 char errInfo[ERRINFOLEN] = { 0 }; in Start() local
408 strerror_r(errno, errInfo, ERRINFOLEN); in Start()
409 HIPERF_HILOGD(MODULE_CPP_API, "failed to create pipe: %" HILOG_PUBLIC "s", errInfo); in Start()
417 char errInfo[ERRINFOLEN] = { 0 }; in Start() local
418 strerror_r(errno, errInfo, ERRINFOLEN); in Start()
419 HIPERF_HILOGD(MODULE_CPP_API, "failed to fork: %" HILOG_PUBLIC "s", errInfo); in Start()
478 char errInfo[ERRINFOLEN] = { 0 }; in ChildRunExecv() local
479 strerror_r(errno, errInfo, ERRINFOLEN); in ChildRunExecv()
482 executeCommandPath_.c_str(), errInfo); in ChildRunExecv()
562 char errInfo[ERRINFOLEN] = { 0 }; in RunHiperfCmdSync() local
563 strerror_r(errno, errInfo, ERRINFOLEN); in RunHiperfCmdSync()
564 HIPERF_HILOGD(MODULE_CPP_API, "failed to fork: %" HILOG_PUBLIC "s", errInfo); in RunHiperfCmdSync()