Searched refs:invalid_tag1 (Results 1 – 1 of 1) sorted by relevance
246 static const uint64_t invalid_tag1 = 0x0000000100000001llu; member in android::SocketTaggingTest321 EXPECT_LE(doCtrlCommand("t %d %" PRIu64, sock0.fd, invalid_tag1), 0); in TEST_F()322 ASSERT_FALSE(sock0.checkTag(invalid_tag1, my_uid)) << "Tag should not be there"; in TEST_F()