Home | History | Annotate | Download | only in android

Lines Matching refs:domain

293 	char *domain;
308 free(s->domain);
657 } else if (!strcasecmp(name, "domain")) {
658 if (cur->domain) {
662 cur->domain = strdup(value);
663 if (!cur->domain) {
793 "name=%s path=%s isPrivApp=%s minTargetSdkVersion=%d fromRunAs=%s -> domain=%s type=%s level=%s levelFrom=%s",
804 cur->domain, cur->type, cur->level,
1036 else if (kind == SEAPP_DOMAIN && !cur->domain)
1043 if (context_type_set(ctx, cur->domain))