HomeSort by relevance Sort by last modified time
    Searched full:reportcorruption (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/leveldatabase/src/db/
log_reader.cc 87 ReportCorruption(scratch->size(), "partial record without end(1)");
105 ReportCorruption(scratch->size(), "partial record without end(2)");
115 ReportCorruption(fragment.size(),
124 ReportCorruption(fragment.size(),
136 ReportCorruption(scratch->size(), "partial record without end(3)");
143 ReportCorruption(scratch->size(), "error in middle of record");
152 ReportCorruption(
168 void Reader::ReportCorruption(size_t bytes, const char* reason) {
202 ReportCorruption(drop_size, "truncated record at end of file");
216 ReportCorruption(drop_size, "bad record length")
    [all...]
log_reader.h 97 void ReportCorruption(size_t bytes, const char* reason);

Completed in 2581 milliseconds