Searched defs:ctx_str (Results 1 - 5 of 5) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Dpolicy.h48 char ctx_str[MAX_CTXSTR_SIZE]; /* Security Context string */ member in struct:security_ctx
/external/libselinux/src/
H A Dandroid.c684 char *ctx_str = NULL; local
691 rc = getfilecon(pkgdir, &ctx_str);
695 ctx = context_new(ctx_str);
696 orig_ctx_str = ctx_str;
706 ctx_str = context_str(ctx);
707 if (!ctx_str)
710 rc = security_check_context(ctx_str);
714 if (strcmp(ctx_str, orig_ctx_str)) {
715 rc = setfilecon(pkgdir, ctx_str);
741 char *orig_ctx_str = NULL, *ctx_str; local
[all...]
/external/qemu/distrib/libselinux/src/
H A Dandroid.c677 char *ctx_str = NULL; local
684 rc = getfilecon(pkgdir, &ctx_str);
688 ctx = context_new(ctx_str);
689 orig_ctx_str = ctx_str;
699 ctx_str = context_str(ctx);
700 if (!ctx_str)
703 rc = security_check_context(ctx_str);
707 if (strcmp(ctx_str, orig_ctx_str)) {
708 rc = setfilecon(pkgdir, ctx_str);
734 char *orig_ctx_str = NULL, *ctx_str; local
[all...]
/external/iproute2/include/linux/
H A Dxfrm.h33 char ctx_str[0]; member in struct:xfrm_sec_ctx
/external/kernel-headers/original/uapi/linux/
H A Dxfrm.h33 char ctx_str[0]; member in struct:xfrm_sec_ctx

Completed in 1521 milliseconds