Home
last modified time | relevance | path

Searched refs:found2 (Results 1 – 2 of 2) sorted by relevance

/system/core/fs_mgr/
Dfs_mgr_verity.cpp684 std::size_t found2 = token.find("by-name"); in update_verity_table_blk_device() local
685 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()
/system/netd/resolv/
Dresolver_test.cpp613 size_t found2 = GetNumQueries(dns2, host_name); in TEST_F() local
615 EXPECT_LE(0U, found2); in TEST_F()