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

  /external/libselinux/src/
avc_sidtab.h 13 struct security_id sid_s; member in struct:sidtab_node
avc_sidtab.c 69 newnode->sid_s.ctx = newctx;
70 newnode->sid_s.refcnt = 1; /* unused */
89 while (cur != NULL && strcmp(cur->sid_s.ctx, ctx))
99 *sid = &cur->sid_s;
145 freecon(temp->sid_s.ctx);
  /external/selinux/libselinux/src/
avc_sidtab.h 13 struct security_id sid_s; member in struct:sidtab_node
avc_sidtab.c 69 newnode->sid_s.ctx = newctx;
70 newnode->sid_s.refcnt = 1; /* unused */
89 while (cur != NULL && strcmp(cur->sid_s.ctx, ctx))
99 *sid = &cur->sid_s;
145 freecon(temp->sid_s.ctx);

Completed in 993 milliseconds