Searched refs:orig_ctx_str (Results 1 - 1 of 1) sorted by relevance

/external/libselinux/src/
H A Dandroid.c403 char *orig_ctx_str = NULL, *ctx_str; local
417 orig_ctx_str = ctx_str;
435 if (strcmp(ctx_str, orig_ctx_str)) {
443 freecon(orig_ctx_str);
469 char *orig_ctx_str = NULL, *ctx_str; local
483 orig_ctx_str = ctx_str;
501 if (strcmp(ctx_str, orig_ctx_str)) {
509 freecon(orig_ctx_str);

Completed in 71 milliseconds