Home
last modified time | relevance | path

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

/hardware/interfaces/security/keymint/aidl/vts/functional/
DKeyBlobUpgradeTest.cpp146 std::ofstream hexfile(hexname, std::ios::out | std::ios::trunc); in save_keyblob() local
147 hexfile << bin2hex(keyblob) << "\n"; in save_keyblob()
148 hexfile.close(); in save_keyblob()