Home
last modified time | relevance | path

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

/external/libselinux/src/
Dlabel_file.c400 spec_t *spec_copy = NULL; in init() local
501 spec_copy = malloc(sizeof(spec_t) * data->nspec); in init()
502 if (!spec_copy) in init()
507 memcpy(&spec_copy[j++], in init()
511 memcpy(&spec_copy[j++], in init()
514 data->spec_arr = spec_copy; in init()
519 if (data->spec_arr != spec_copy) in init()