Searched refs:mMasterKeyFile (Results 1 – 1 of 1) sorted by relevance
736 asprintf(&mMasterKeyFile, "%s/.masterkey", mUserDir); in UserState()741 free(mMasterKeyFile); in ~UserState()750 if (access(mMasterKeyFile, R_OK) == 0) { in initialize()768 return mMasterKeyFile; in getMasterKeyFileName()796 return unlink(mMasterKeyFile) == 0 || errno == ENOENT; in deleteMasterKey()829 return masterKeyBlob.writeBlob(mMasterKeyFile, &passwordAesKey, STATE_NO_ERROR, entropy); in writeMasterKey()833 int in = TEMP_FAILURE_RETRY(open(mMasterKeyFile, O_RDONLY)); in readMasterKey()857 ResponseCode response = masterKeyBlob.readBlob(mMasterKeyFile, &passwordAesKey, in readMasterKey()968 char* mMasterKeyFile; member in UserState