Searched defs:CrocStatError (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/tools/code_coverage/
H A Dcroc.py21 class CrocStatError(CrocError): class in inherits:CrocError
382 CrocStatError.
388 CrocStatError: Error evaluating stat.
396 raise CrocStatError('Group %r not found.' % group)
409 raise CrocStatError('Error evaluating stat %r: %s' % (stat, e))

Completed in 55 milliseconds