Searched defs:clean_key (Results 1 - 1 of 1) sorted by relevance

/external/selinux/libselinux/src/
H A Dlabel_file.c745 char *clean_key = NULL; local
756 clean_key = (char *) malloc(strlen(key) + 1);
757 if (!clean_key)
761 memcpy(clean_key + sofar, prev_slash, next_slash - prev_slash);
766 strcpy(clean_key + sofar, prev_slash);
767 key = clean_key;
817 free(clean_key);

Completed in 198 milliseconds