Home
last modified time | relevance | path

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

/external/libselinux/src/
Dlabel_file.c59 int alloc_stems; member
104 if (data->alloc_stems == num) { in find_stem_from_spec()
106 data->alloc_stems = data->alloc_stems * 2 + 16; in find_stem_from_spec()
108 sizeof(stem_t) * data->alloc_stems); in find_stem_from_spec()