Home
last modified time | relevance | path

Searched refs:INVALID_FORMAT (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libdevdctl/
H A Devent.cc107 if (exp.GetType() == ParseException::INVALID_FORMAT) in CreateEvent()
363 throw ParseException(ParseException::INVALID_FORMAT, in ParseEventString()
370 throw ParseException(ParseException::INVALID_FORMAT, in ParseEventString()
402 throw ParseException(ParseException::INVALID_FORMAT, in ParseEventString()
413 throw ParseException(ParseException::INVALID_FORMAT, in ParseEventString()
H A Dexception.h102 INVALID_FORMAT, enumerator
H A Dexception.cc97 case INVALID_FORMAT: in ParseException()