Searched refs:errmsg (Results 1 – 1 of 1) sorted by relevance
837 const char *errmsg = NULL; in _CheckDirEntry() local839 errmsg = "Length is too small"; in _CheckDirEntry()841 errmsg = "Length is not a multiple of 4"; in _CheckDirEntry()843 errmsg = "Length is too short for the name"; in _CheckDirEntry()846 errmsg = "Length is too big for the blocksize"; in _CheckDirEntry()849 TRACE("DirectoryIterator::_CheckDirEntry() %s\n", errmsg != NULL ? errmsg : "null"); in _CheckDirEntry()850 return errmsg == NULL; in _CheckDirEntry()