Merge \\"Fix clang-tidy performance warnings in fs_mgr.\\" am: 44c909d467
am: be25035ddb
Change-Id: I28d4715c53f0320ebe6052f7ee269082b04a8da2
This commit is contained in:
commit
aa0628ec50
1 changed files with 1 additions and 1 deletions
|
|
@ -858,7 +858,7 @@ static void update_verity_table_blk_device(char *blk_device, char **table)
|
||||||
std::string result, word;
|
std::string result, word;
|
||||||
auto tokens = android::base::Split(*table, " ");
|
auto tokens = android::base::Split(*table, " ");
|
||||||
|
|
||||||
for (const auto token : tokens) {
|
for (const auto& token : tokens) {
|
||||||
if (android::base::StartsWith(token, "/dev/block/") &&
|
if (android::base::StartsWith(token, "/dev/block/") &&
|
||||||
android::base::StartsWith(blk_device, token.c_str())) {
|
android::base::StartsWith(blk_device, token.c_str())) {
|
||||||
word = blk_device;
|
word = blk_device;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue