HomeSort by relevance Sort by last modified time
    Searched full:ts_tmp (Results 1 - 1 of 1) sorted by null

  /external/libsepol/src/
link.c 980 type_set_t ts_tmp; local
982 type_set_init(&ts_tmp);
983 if (type_set_convert(types, &ts_tmp, mod, state) == -1) {
986 if (type_set_or_eq(dst, &ts_tmp)) {
989 type_set_destroy(&ts_tmp);
994 type_set_destroy(&ts_tmp);
    [all...]

Completed in 34 milliseconds