Home
last modified time | relevance | path

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

/bootable/recovery/uncrypt/
Duncrypt.cpp535 std::string uncrypt_message = android::base::StringPrintf("uncrypt_time: %d\n", count); in uncrypt_wrapper() local
538 uncrypt_message += android::base::StringPrintf("uncrypt_error: %d\n", status); in uncrypt_wrapper()
539 if (!android::base::WriteStringToFile(uncrypt_message, UNCRYPT_STATUS)) { in uncrypt_wrapper()
547 if (!android::base::WriteStringToFile(uncrypt_message, UNCRYPT_STATUS)) { in uncrypt_wrapper()