HomeSort by relevance Sort by last modified time
    Searched defs:ctx_str (Results 1 - 15 of 15) 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...]
  /external/qemu/distrib/libselinux/src/
android.c 677 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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
xfrm.h 35 char ctx_str[0]; member in struct:xfrm_sec_ctx
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
xfrm.h 35 char ctx_str[0]; member in struct:xfrm_sec_ctx
  /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
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
xfrm.h 40 char ctx_str[0]; member in struct:xfrm_sec_ctx
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
xfrm.h 40 char ctx_str[0]; member in struct:xfrm_sec_ctx
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
xfrm.h 40 char ctx_str[0]; member in struct:xfrm_sec_ctx
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
xfrm.h 40 char ctx_str[0]; member in struct:xfrm_sec_ctx
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
xfrm.h 40 char ctx_str[0]; member in struct:xfrm_sec_ctx
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
xfrm.h 40 char ctx_str[0]; member in struct:xfrm_sec_ctx

Completed in 1029 milliseconds