Searched refs:freecon (Results 1 - 10 of 10) sorted by relevance

/external/libselinux/src/
H A Dfreecon.c6 void freecon(security_context_t con) function
11 hidden_def(freecon)
H A Denabled.c32 freecon(con);
58 freecon(con);
H A Dselinux_internal.h30 hidden_proto(freecon)
H A Dandroid.c443 freecon(orig_ctx_str);
509 freecon(orig_ctx_str);
587 freecon(oldcontext);
589 freecon(newcontext);
H A Davc_sidtab.c145 freecon(temp->sid_s.ctx);
H A Davc.c83 *ctx = strdup(sid->ctx); /* caller must free via freecon */
99 freecon(con);
816 freecon(ctx);
/external/openssh/openbsd-compat/
H A Dport-linux.c133 freecon(user_ctx);
171 freecon(new_tty_ctx);
173 freecon(old_tty_ctx);
175 freecon(user_ctx);
/external/libselinux/
H A DAndroid.mk36 src/freecon.c \
/external/dbus/bus/
H A Dselinux.c372 freecon (bus_context);
376 freecon (bus_context);
682 freecon (context);
691 * the caller to freecon() when they are done.
766 freecon (con);
770 freecon (con);
/external/libselinux/include/selinux/
H A Dselinux.h19 extern void freecon(security_context_t con);
27 Caller must free via freecon. */
41 set *con to refer to it. Caller must free via freecon. */
45 Caller must free via freecon. */
50 If non-NULL, caller must free via freecon. */
59 If non-NULL, caller must free via freecon. */
68 If non-NULL, caller must free via freecon. */
77 If non-NULL, caller must free via freecon. */
87 Caller must free via freecon. */
100 Caller must free via freecon
[all...]

Completed in 164 milliseconds