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

  /system/extras/tests/iptables/qtaguid/
socketTag.cpp 579 uint64_t new_tag = valid_tag2 + ((uint64_t)cnt << 32); local
580 res = doCtrlCommand("t %d %llu %u", sock0.fd, new_tag , fake_uid2);
585 if (!sock0.checkTag(new_tag, fake_uid2)) {
593 uint64_t new_tag = valid_tag2 + ((uint64_t)max_tags << 32); local
594 res = doCtrlCommand("t %d %llu %u", sock0.fd, new_tag , fake_uid2);
622 uint64_t new_tag = valid_tag2 + ((uint64_t)max_tags << 32); local
623 res = doCtrlCommand("t %d %llu %u", sock0.fd, new_tag , fake_uid2);
638 uint64_t new_tag = valid_tag2 + (((uint64_t)max_tags / 2) << 32); local
639 res = doCtrlCommand("d %llu %u", new_tag, fake_uid2);
650 uint64_t new_tag; local
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
syncable.cc     [all...]

Completed in 766 milliseconds