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

/system/extras/verity/
H A DBootSignature.java244 String keyPath,
265 PrivateKey key = Utils.loadDERPrivateKeyFromFile(keyPath);
242 doSignature( String target, String imagePath, String keyPath, String certPath, String outPath) argument
/system/vold/
H A DVolumeManager.cpp331 std::string keyPath = android::vold::BuildKeyPath(normalizedGuid); local
332 if (unlink(keyPath.c_str()) != 0) {
333 LOG(ERROR) << "Failed to unlink " << keyPath;

Completed in 2052 milliseconds