Home
last modified time | relevance | path

Searched refs:kmKeyPath (Results 1 – 1 of 1) sorted by relevance

/system/vold/
DKeyStorage.cpp204 auto kmKeyPath = dir + "/" + kFn_keymaster_key_blob; in begin() local
206 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()