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