Home
last modified time | relevance | path

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

/hardware/interfaces/security/keymint/aidl/vts/functional/
DKeyBlobUpgradeTest.cpp136 std::ofstream charsfile(charsname, std::ios::out | std::ios::trunc); in save_keyblob() local
137 charsfile << "{\n"; in save_keyblob()
139 charsfile << " " << characteristic.toString() << "\n"; in save_keyblob()
141 charsfile << "}\n"; in save_keyblob()
142 charsfile.close(); in save_keyblob()