OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:context_new
(Results
1 - 20
of
20
) sorted by null
/external/libselinux/src/
context_internal.h
4
hidden_proto(
context_new
)
context.c
22
context_t
context_new
(const char *str)
function
85
hidden_def(
context_new
)
android.c
851
ctx =
context_new
(ctx_str);
921
ctx =
context_new
(ctx_str);
1182
ctx =
context_new
(secontext);
[
all
...]
/external/selinux/libselinux/src/
context_internal.h
4
hidden_proto(
context_new
)
selinux_check_securetty_context.c
19
context_t con =
context_new
(tty_context);
query_user_context.c
124
new_context =
context_new
("user:role:type:level");
126
new_context =
context_new
("user:role:type");
is_customizable_type.c
75
c =
context_new
(scontext);
setexecfilecon.c
31
con =
context_new
(mycon);
context.c
22
context_t
context_new
(const char *str)
function
85
hidden_def(
context_new
)
get_context_list.c
29
con =
context_new
(*ptr);
79
con =
context_new
(fromcon);
138
con =
context_new
(list[i]);
178
con =
context_new
(fromcon);
352
con =
context_new
(fromcon);
/external/libselinux/include/selinux/
context.h
20
extern context_t
context_new
(const char *);
/external/selinux/libselinux/include/selinux/
context.h
20
extern context_t
context_new
(const char *);
/external/selinux/policycoreutils/mcstrans/src/
mcscolor.c
88
con =
context_new
(raw);
93
my_tmp =
context_new
(my_context);
299
con =
context_new
(raw);
mcstrans.c
893
context_t con =
context_new
(incon);
895
syslog(LOG_ERR, "extract_range
context_new
(%s) failed: %s", incon, strerror(errno));
917
context_t con =
context_new
(incon);
[
all
...]
/external/selinux/policycoreutils/sandbox/
seunshare.c
573
con =
context_new
(execcon);
600
context_t pidcon =
context_new
(scon);
/external/selinux/policycoreutils/setfiles/
restore.c
202
cona =
context_new
(curcon);
206
conb =
context_new
(newcon);
/external/dnsmasq/src/
rfc2131.c
291
struct dhcp_context *context_tmp, *
context_new
= NULL;
local
314
context_new
= context;
319
if (!
context_new
)
325
context_tmp->current =
context_new
;
326
context_new
= context_tmp;
329
if (
context_new
|| force)
330
context =
context_new
;
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py
432
def
context_new
(*args):
function
433
return _selinux.
context_new
(*args)
434
context_new
= _selinux.
context_new
variable
[
all
...]
/external/selinux/policycoreutils/secon/
secon.c
601
any errors should happen at
context_new
() time */
686
if (!(con =
context_new
(scon)))
705
any errors should happen at
context_new
() time */
725
any errors should happen at
context_new
() time */
/external/selinux/policycoreutils/newrole/
newrole.c
925
context =
context_new
(old_context);
[
all
...]
Completed in 274 milliseconds