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 482 char *ctx_str = NULL; local
491 rc = getfilecon(pkgdir, &ctx_str);
495 ctx = context_new(ctx_str);
496 orig_ctx_str = ctx_str;
506 ctx_str = context_str(ctx);
507 if (!ctx_str)
510 rc = security_check_context(ctx_str);
514 if (strcmp(ctx_str, orig_ctx_str)) {
515 rc = setfilecon(pkgdir, ctx_str);
548 char *orig_ctx_str = NULL, *ctx_str; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
xfrm.h 35 char ctx_str[0]; member in struct:xfrm_sec_ctx
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-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.7-4.6/sysroot/usr/include/linux/
xfrm.h 35 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

Completed in 1658 milliseconds