Searched refs:kmKeyPath (Results 1 – 1 of 1) sorted by relevance
235 auto kmKeyPath = dir + "/" + kFn_keymaster_key_blob; in begin() local237 if (!readFileToString(kmKeyPath, &kmKey)) return KeymasterOperation(); in begin()252 if (rename(newKeyPath.c_str(), kmKeyPath.c_str()) != 0) { in begin()253 PLOG(ERROR) << "Unable to move upgraded key to location: " << kmKeyPath; in begin()