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

  /system/sepolicy/tests/include/
sepol_wrap.h 11 void destroy_avtab(void *avtab_iterp);
  /system/sepolicy/tests/
policy.py 180 self.__libsepolwrap.destroy_avtab(avtabIterP)
185 self.__libsepolwrap.destroy_avtab(avtabIterP)
210 # void destroy_avtab(void *avtab_iterp);
211 lib.destroy_avtab.argtypes = [c_void_p]
sepol_wrap.cpp 278 void destroy_avtab(void *avtab_iterp) function

Completed in 3084 milliseconds