HomeSort by relevance Sort by last modified time
    Searched refs:new_attrs (Results 1 - 2 of 2) sorted by null

  /external/chromium-trace/catapult/devil/devil/android/tools/
keyboard.py 116 new_attrs = copy.deepcopy(old_attrs)
117 new_attrs[tty.LFLAG] = new_attrs[tty.LFLAG] & ~(termios.ICANON)
118 new_attrs[tty.CC][tty.VMIN] = 1
119 new_attrs[tty.CC][tty.VTIME] = 0
120 termios.tcsetattr(fd, termios.TCSAFLUSH, new_attrs)
  /external/e2fsprogs/lib/ext2fs/
ext_attr.c 224 struct ext2_xattr *new_attrs; local
228 sizeof(struct ext2_xattr), &new_attrs);
232 memcpy(new_attrs, h->attrs, h->length * sizeof(struct ext2_xattr));
235 h->attrs = new_attrs;

Completed in 730 milliseconds