HomeSort by relevance Sort by last modified time
    Searched defs:ctx_str (Results 1 - 6 of 6) sorted by null

  /external/ipsec-tools/src/racoon/
policy.h 48 char ctx_str[MAX_CTXSTR_SIZE]; /* Security Context string */ member in struct:security_ctx
  /external/libselinux/src/
android.c 684 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...]
  /bionic/libc/kernel/uapi/linux/
xfrm.h 40 char ctx_str[0]; member in struct:xfrm_sec_ctx
  /development/ndk/platforms/android-L/include/linux/
xfrm.h 40 char ctx_str[0]; member in struct:xfrm_sec_ctx
  /external/iproute2/include/linux/
xfrm.h 33 char ctx_str[0]; member in struct:xfrm_sec_ctx
  /external/kernel-headers/original/uapi/linux/
xfrm.h 33 char ctx_str[0]; member in struct:xfrm_sec_ctx

Completed in 385 milliseconds