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 945 type_set_t ts_tmp; local
947 type_set_init(&ts_tmp);
948 if (type_set_convert(types, &ts_tmp, mod, state) == -1) {
951 if (type_set_or_eq(dst, &ts_tmp)) {
954 type_set_destroy(&ts_tmp);
959 type_set_destroy(&ts_tmp);
    [all...]

Completed in 29 milliseconds