Home
last modified time | relevance | path

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

/external/selinux/libsepol/src/
Dlink.c992 type_set_t ts_tmp; in type_set_or_convert() local
994 type_set_init(&ts_tmp); in type_set_or_convert()
995 if (type_set_convert(types, &ts_tmp, mod, state) == -1) { in type_set_or_convert()
998 if (type_set_or_eq(dst, &ts_tmp)) { in type_set_or_convert()
1001 type_set_destroy(&ts_tmp); in type_set_or_convert()
1006 type_set_destroy(&ts_tmp); in type_set_or_convert()