Searched refs:found2 (Results 1 – 1 of 1) sorted by relevance
347 std::size_t found2 = token.find("by-name"); in update_verity_table_blk_device() local348 if (found1 != std::string::npos && found2 != std::string::npos && in update_verity_table_blk_device()349 blk_device.substr(found1) == token.substr(found2) + ab_suffix) { in update_verity_table_blk_device()