Files
hardware_interfaces/rebootescrow/aidl/default/RebootEscrow.cpp
Kenny Root 08018dd925 rebootescrow: eliminate copy during read
Instead of reading into a std::string, read directly into the std::vector of bytes
This saves a copy and reduces memory overhead slightly.

Test: atest VtsHalRebootEscrowTargetTest
Bug: 148177693
Change-Id: I4dfe552f21394fb0891858b34a481b489dc3c684
2020-02-01 11:29:28 -08:00

2.6 KiB