Lines Matching defs:errCode
476 LOGE("GetHapTokenInfo failed, errCode = %{public}d", result);
519 std::error_code errCode;
520 if (!std::filesystem::exists(physicalPath, errCode) && info.dirExistFlag) {
548 if (!std::filesystem::exists(physicalPath, errCode) && std::regex_match(physicalPath.c_str(), pathRegex)) {
549 std::filesystem::create_directory(physicalPath, errCode);
550 if (errCode.value() != 0) {
605 int errCode = deviceManager.GetLocalDeviceInfo(IDaemon::SERVICE_NAME, localDeviceInfo);
606 if (errCode != E_OK) {
607 LOGE("GetLocalDeviceInfo failed, errCode = %{public}d", errCode);