Searched refs:sid_s (Results 1 - 2 of 2) sorted by relevance

/external/libselinux/src/
H A Davc_sidtab.h13 struct security_id sid_s; member in struct:sidtab_node
H A Davc_sidtab.c69 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 55 milliseconds