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

  /external/selinux/libselinux/src/
checkAccess.c 83 char *user_context; local
86 if (getprevcon_raw(&user_context) == 0) {
95 retval = security_compute_av_raw(user_context,
96 user_context,
104 freecon(user_context);
query_user_context.c 118 char *user_context = NULL; /* String value of the user's context */ local
164 user_context = context_str(new_context);
165 if (!user_context) {
169 if (!security_check_context(user_context))
175 *newcon = strdup(user_context);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9mesh.h 686 STDMETHOD(SetCallback)(THIS_ LPD3DXSHPRTSIMCB cb, FLOAT frequency, LPVOID user_context) PURE;
    [all...]

Completed in 657 milliseconds