Home
last modified time | relevance | path

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

/system/extras/verity/
DBootSignature.java222 String keyPath, in doSignature() argument
243 PrivateKey key = Utils.loadDERPrivateKeyFromFile(keyPath); in doSignature()
/system/vold/
DVolumeManager.cpp406 std::string keyPath = android::vold::BuildKeyPath(normalizedGuid); in forgetPartition() local
407 if (unlink(keyPath.c_str()) != 0) { in forgetPartition()
408 LOG(ERROR) << "Failed to unlink " << keyPath; in forgetPartition()