Home
last modified time | relevance | path

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

/external/selinux/libsepol/src/
Dlink.c996 type_set_t ts_tmp; in type_set_or_convert() local
998 type_set_init(&ts_tmp); in type_set_or_convert()
999 if (type_set_convert(types, &ts_tmp, mod, state) == -1) { in type_set_or_convert()
1002 if (type_set_or_eq(dst, &ts_tmp)) { in type_set_or_convert()
1005 type_set_destroy(&ts_tmp); in type_set_or_convert()
1010 type_set_destroy(&ts_tmp); in type_set_or_convert()