Home
last modified time | relevance | path

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

/hardware/interfaces/security/keymint/aidl/vts/functional/
DKeyBlobUpgradeTest.cpp145 std::string hexname(subdir + "/" + name + ".hex"); in save_keyblob() local
146 std::ofstream hexfile(hexname, std::ios::out | std::ios::trunc); in save_keyblob()
176 std::string hexname(subdir + "/" + name + ".hex"); in delete_keyblob() local
177 unlink(hexname.c_str()); in delete_keyblob()