Home | History | Annotate | Download | only in win

Lines Matching full:log_error

191         LOG_ERROR("Cannot create resume data from empty download bundle path");
199 LOG_ERROR("Failed to open file %s to get resume data", bundlePath.ascii().data());
221 LOG_ERROR("Failed to read footer magic number from the bundle - errno(%i)", errno);
226 LOG_ERROR("Footer's magic number does not match 0x%X - errno(%i)", bundleMagicNumber(), errno);
242 LOG_ERROR("Failed to read ResumeData length from the bundle - errno(%i)", errno);
256 LOG_ERROR("Failed to read ResumeData from the bundle - errno(%i)", errno);
265 LOG_ERROR("Failed to truncate the resume footer off the end of the file - errno(%i)", resizeError);
282 LOG_ERROR("Invalid resume data to write to bundle path");
286 LOG_ERROR("Cannot write resume data to empty download bundle path");
293 LOG_ERROR("Failed to open file %s to append resume data", bundlePath.ascii().data());
310 LOG_ERROR("Failed to write resume data to the bundle - errno(%i)", errno);
315 LOG_ERROR("Failed to write footer length to the bundle - errno(%i)", errno);
321 LOG_ERROR("Failed to write footer magic number to the bundle - errno(%i)", errno);