Home
last modified time | relevance | path

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

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