Home
last modified time | relevance | path

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

/system/core/fs_mgr/
Dfs_mgr_verity.cpp346 std::size_t found1 = blk_device.find("by-name"); in update_verity_table_blk_device() local
348 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()