Home
last modified time | relevance | path

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

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