Searched refs:found2 (Results 1 – 2 of 2) sorted by relevance
684 std::size_t found2 = token.find("by-name"); in update_verity_table_blk_device() local685 if (found1 != std::string::npos && found2 != std::string::npos && in update_verity_table_blk_device()686 blk_device.substr(found1) == token.substr(found2) + ab_suffix) { in update_verity_table_blk_device()
613 size_t found2 = GetNumQueries(dns2, host_name); in TEST_F() local615 EXPECT_LE(0U, found2); in TEST_F()