HomeSort by relevance Sort by last modified time
    Searched refs:oldcontext (Results 1 - 2 of 2) sorted by null

  /system/core/toolbox/
restorecon.c 25 char *oldcontext, *newcontext; local
27 if (lgetfilecon(pathname, &oldcontext) < 0) {
38 strcmp(oldcontext, newcontext)) {
40 printf("Relabeling %s from %s to %s.\n", pathname, oldcontext, newcontext);
49 freecon(oldcontext);
  /external/libselinux/src/
android.c 661 char *oldcontext, *newcontext; local
663 if (lgetfilecon(pathname, &oldcontext) < 0)
669 if (strcmp(newcontext, "<<none>>") && strcmp(oldcontext, newcontext))
675 if (oldcontext)
676 freecon(oldcontext);

Completed in 110 milliseconds