Searched defs:sOldMasterKey (Results 1 - 2 of 2) sorted by relevance

/system/security/keystore/
H A Dkeystore.h113 static const char* sOldMasterKey; member in class:KeyStore
H A Dkeystore.cpp31 const char* KeyStore::sOldMasterKey = ".masterkey"; member in class:KeyStore
719 if (access(sOldMasterKey, R_OK) == 0) {
720 if (rename(sOldMasterKey, userState->getMasterKeyFileName()) < 0) {

Completed in 26 milliseconds