Lines Matching defs:errInfo
959 char errInfo[ERRINFOLEN] = { 0 };
960 strerror_r(errno, errInfo, ERRINFOLEN);
962 errInfo);
969 char errInfo[ERRINFOLEN] = { 0 };
970 strerror_r(errno, errInfo, ERRINFOLEN);
972 errInfo);
1091 char errInfo[ERRINFOLEN] = { 0 };
1101 strerror_r(errno, errInfo, ERRINFOLEN);
1102 HLOGE("create fifo file failed. %d:%s", errno, errInfo);
1108 strerror_r(errno, errInfo, ERRINFOLEN);
1109 HLOGE("fork failed. %d:%s", errno, errInfo);
1117 strerror_r(errno, errInfo, ERRINFOLEN);
1118 HLOGE("open fifo file(%s) failed. %d:%s", CONTROL_FIFO_FILE_S2C.c_str(), errno, errInfo);
1131 strerror_r(errno, errInfo, ERRINFOLEN);
1132 printf("create control hiperf sampling failed. %d:%s\n", errno, errInfo);
1298 char errInfo[ERRINFOLEN] = { 0 };
1299 strerror_r(errno, errInfo, ERRINFOLEN);
1300 HLOGE("remove file %s failed,errno:%d,errinfo:%s", name.c_str(), errno, errInfo);
1879 char errInfo[ERRINFOLEN] = { 0 };
1880 strerror_r(errno, errInfo, ERRINFOLEN);
1882 "errno:%" HILOG_PUBLIC "d , errInfo: %" HILOG_PUBLIC "s\n",
1883 __FUNCTION__, outputFilename_.c_str(), errno, errInfo);
1900 char errInfo[ERRINFOLEN] = { 0 };
1901 strerror_r(errno, errInfo, ERRINFOLEN);
1903 "errno:%" HILOG_PUBLIC "d , errInfo: %" HILOG_PUBLIC "s\n",
1904 __FUNCTION__, tempFileName.c_str(), errno, errInfo);