Searched refs:tattr (Results 1 - 2 of 2) sorted by relevance

/system/sepolicy/tools/sepolicy-analyze/
H A Ddups.c16 ebitmap_t *sattr, *tattr; local
34 tattr = &policydb->type_attr_map[k->target_type - 1];
41 ebitmap_for_each_bit(tattr, tnode, j) {
/system/core/adb/
H A Dshell_service.cpp415 termios tattr; local
416 if (tcgetattr(child_fd, &tattr) == -1) {
423 cfmakeraw(&tattr);
424 if (tcsetattr(child_fd, TCSADRAIN, &tattr) == -1) {

Completed in 58 milliseconds