HomeSort by relevance Sort by last modified time
    Searched refs:sOldMasterKey (Results 1 - 2 of 2) sorted by null

  /system/security/keystore/
keystore.h 111 static const char* sOldMasterKey;
keystore.cpp 31 const char* KeyStore::sOldMasterKey = ".masterkey";
696 if (access(sOldMasterKey, R_OK) == 0) {
697 if (rename(sOldMasterKey, userState->getMasterKeyFileName()) < 0) {

Completed in 35 milliseconds