Home
last modified time | relevance | path

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

/system/security/keystore/
Dblob.cpp384 rc = writeBlob(entry_->getCharacteristicsBlobPath(), std::move(characteristicsBlob), in writeBlobs()
507 characteristicsBlob.readBlob(entry_->getCharacteristicsBlobPath(), aes_key, state); in readBlobs()
522 ResponseCode rc2 = (unlink(entry_->getCharacteristicsBlobPath().c_str()) && errno != ENOENT) in deleteBlobs()
527 entry_->getCharacteristicsBlobPath().c_str()); in deleteBlobs()
688 std::string KeyBlobEntry::getCharacteristicsBlobPath() const { in getCharacteristicsBlobPath() function in KeyBlobEntry
711 if (!access(getCharacteristicsBlobPath().c_str(), R_OK | W_OK)) return true; in hasCharacteristicsBlob()
Dblob.h197 std::string getCharacteristicsBlobPath() const;