OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newcon
(Results
1 - 5
of
5
) sorted by null
/external/libselinux/src/
compute_create.c
16
char **
newcon
)
50
*
newcon
= strdup(buf);
51
if (!(*
newcon
)) {
/external/libsepol/src/
iface_record.c
149
sepol_context_t *
newcon
;
local
151
if (sepol_context_clone(handle, con, &
newcon
) < 0) {
157
iface->netif_con =
newcon
;
176
sepol_context_t *
newcon
;
local
177
if (sepol_context_clone(handle, con, &
newcon
) < 0) {
183
iface->netmsg_con =
newcon
;
port_record.c
276
sepol_context_t *
newcon
;
local
278
if (sepol_context_clone(handle, con, &
newcon
) < 0) {
284
port->con =
newcon
;
node_record.c
663
sepol_context_t *
newcon
;
local
665
if (sepol_context_clone(handle, con, &
newcon
) < 0) {
671
node->con =
newcon
;
/external/libselinux/include/selinux/
selinux.h
170
/* Compute a labeling decision and set *
newcon
to refer to it.
175
char **
newcon
);
177
/* Compute a relabeling decision and set *
newcon
to refer to it.
182
char **
newcon
);
184
/* Compute a polyinstantiation member decision and set *
newcon
to refer to it.
189
char **
newcon
);
Completed in 72 milliseconds