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 260 char *orig_ctx_str = NULL, *ctx_str; local
271 rc = getfilecon(pkgdir, &ctx_str);
275 ctx = context_new(ctx_str);
276 orig_ctx_str = ctx_str;
332 ctx_str = context_str(ctx);
333 if (!ctx_str)
336 rc = security_check_context(ctx_str);
340 if (strcmp(ctx_str, orig_ctx_str)) {
341 rc = setfilecon(pkgdir, ctx_str);
367 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 2343 milliseconds