Home
last modified time | relevance | path

Searched refs:clean_key (Results 1 – 1 of 1) sorted by relevance

/external/selinux/libselinux/src/
Dlabel_file.c908 char *clean_key = NULL; in lookup_all() local
932 clean_key = (char *) malloc(strlen(key) + 1); in lookup_all()
933 if (!clean_key) in lookup_all()
937 memcpy(clean_key + sofar, prev_slash, next_slash - prev_slash); in lookup_all()
942 strcpy(clean_key + sofar, prev_slash); in lookup_all()
943 key = clean_key; in lookup_all()
1002 free(clean_key); in lookup_all()