Searched refs:found1 (Results 1 – 1 of 1) sorted by relevance
346 std::size_t found1 = blk_device.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()