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

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
exception.py 53 class UnmappedClass(PermissionMapException):
permmap.py 162 UnmappedClass The specified object class is not mapped.
171 raise exception.UnmappedClass("{0} is not mapped.".format(classname))
182 UnmappedClass The specified object class is not mapped.
188 raise exception.UnmappedClass("{0} is not mapped.".format(classname))
204 UnmappedClass The specified object class is not mapped.
213 raise exception.UnmappedClass("{0} is not mapped.".format(classname))
224 UnmappedClass The specified object class is not mapped.
231 raise exception.UnmappedClass("{0} is not mapped.".format(classname))
284 raise exception.UnmappedClass("{0} is not mapped.".format(class_name))
319 UnmappedClass The specified object class is not mapped
    [all...]

Completed in 45 milliseconds