OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:context_str
(Results
1 - 24
of
24
) sorted by null
/external/libselinux/src/
context_internal.h
6
hidden_proto(
context_str
)
context.c
121
char *
context_str
(context_t context)
149
hidden_def(
context_str
)
android.c
862
ctx_str =
context_str
(ctx);
932
ctx_str =
context_str
(ctx);
1191
secontext =
context_str
(ctx);
[
all
...]
/external/selinux/libselinux/src/
context_internal.h
6
hidden_proto(
context_str
)
setexecfilecon.c
37
newcon = strdup(
context_str
(con));
context.c
121
char *
context_str
(context_t context)
147
hidden_def(
context_str
)
query_user_context.c
164
user_context =
context_str
(new_context);
get_context_list.c
86
newfromcon =
context_str
(con);
359
newfromcon =
context_str
(con);
/external/libselinux/include/selinux/
context.h
24
* Valid until the next call to
context_str
or context_free
28
extern char *
context_str
(context_t);
/external/selinux/libselinux/include/selinux/
context.h
24
* Valid until the next call to
context_str
or context_free
28
extern char *
context_str
(context_t);
/external/selinux/libsepol/cil/src/
cil_reset_ast.c
279
if (sidcontext->
context_str
== NULL) {
286
if (filecon->
context_str
== NULL && filecon->context != NULL) {
293
if (portcon->
context_str
== NULL) {
300
if (nodecon->
context_str
== NULL) {
307
if (genfscon->
context_str
== NULL) {
325
if (pirqcon->
context_str
== NULL) {
332
if (iomemcon->
context_str
== NULL) {
339
if (ioportcon->
context_str
== NULL) {
346
if (pcidevicecon->
context_str
== NULL) {
353
if (devicetreecon->
context_str
== NULL)
[
all
...]
cil_internal.h
416
char *
context_str
;
member in struct:cil_sidcontext
710
char *
context_str
;
member in struct:cil_filecon
723
char *
context_str
;
member in struct:cil_portcon
732
char *
context_str
;
member in struct:cil_nodecon
748
char *
context_str
;
member in struct:cil_genfscon
758
char *
context_str
;
member in struct:cil_netifcon
763
char *
context_str
;
member in struct:cil_pirqcon
770
char *
context_str
;
member in struct:cil_iomemcon
777
char *
context_str
;
member in struct:cil_ioportcon
783
char *
context_str
;
member in struct:cil_pcidevicecon
789
char *
context_str
;
member in struct:cil_devicetreecon
804
char *
context_str
;
member in struct:cil_fsuse
[
all
...]
cil_copy_ast.c
350
if (orig->
context_str
!= NULL) {
351
new->
context_str
= orig->
context_str
;
1117
if (orig->
context_str
!= NULL) {
1118
new->
context_str
= orig->
context_str
;
1139
if (orig->
context_str
!= NULL) {
1140
new->
context_str
= orig->
context_str
;
1172
if (orig->
context_str
!= NULL)
[
all
...]
cil_tree.c
[
all
...]
cil_resolve_ast.c
[
all
...]
cil.c
[
all
...]
cil_build_ast.c
1089
sidcon->
context_str
= parse_current->next->next->data;
1117
if (sidcon->
context_str
== NULL && sidcon->context != NULL) {
[
all
...]
/external/chromium-trace/catapult/third_party/py_vulcanize/py_vulcanize/
module.py
59
context_str
= '\n'.join(' %s' % x for x in context)
61
self, 'While loading:\n%s\nGot: %s' % (
context_str
, (fmt % args)))
/external/selinux/policycoreutils/mcstrans/src/
mcscolor.c
102
ctx = strdup(
context_str
(my_tmp));
108
raw =
context_str
(my_tmp);
mcstrans.c
922
rcon = strdup(
context_str
(con));
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py
436
def
context_str
(*args):
function
437
return _selinux.
context_str
(*args)
438
context_str
= _selinux.
context_str
variable
[
all
...]
/external/selinux/policycoreutils/setfiles/
restore.c
219
newcon = strdup(
context_str
(conb));
/external/selinux/libsepol/cil/test/unit/
test_cil_copy_ast.c
[
all
...]
/external/selinux/policycoreutils/newrole/
newrole.c
963
if (!(new_con =
context_str
(context))) {
[
all
...]
Completed in 295 milliseconds