Loading
installd: Avoid extra std::string copy
The method is_valid_package_name() takes a const std::string reference, so it's inefficient to pass a std::string::c_str(). Test: TreeHugger Change-Id: Ic8b33ce8b6c664f960b5c84f688821e9f7eddf03
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
The method is_valid_package_name() takes a const std::string reference, so it's inefficient to pass a std::string::c_str(). Test: TreeHugger Change-Id: Ic8b33ce8b6c664f960b5c84f688821e9f7eddf03