Searched refs:isCorrupted (Results 1 – 2 of 2) sorted by relevance
37 HRESULT OpenFile(bool isCorrupted = false);76 HRESULT CFolderOutStream::OpenFile(bool isCorrupted) in OpenFile() argument86 if (isCorrupted in OpenFile()
160 rep.Corrupted, rep.CorruptedReason = ctx.isCorrupted(title, report, format)459 func (ctx *linux) isCorrupted(title string, report []byte, format oopsFormat) (bool, string) { func