commit | 564d970bd081571bb648077a32d2a6daa982673c | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bvanassche@google.com> | Wed May 22 13:07:13 2024 -0700 |
committer | Bart Van Assche <bvanassche@google.com> | Wed May 22 16:14:23 2024 -0700 |
tree | 032d7369d85774caf9cb80335d0c9da1c9adaac9 | |
parent | edbddd309784b3b51d76b4219917ad14e1c51e81 [diff] |
init: Use std::string_view instead of std::string where appropriate Slightly reduce the time that is required to start the init process by changing two static std::string variables into std::string_view variables. Change-Id: Ib683a603da5f3d8968b26453b12544fed8a6397f Signed-off-by: Bart Van Assche <bvanassche@google.com>