Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dbase_key.cpp879 std::string shieldPath = dir_ + "/" + it + PATH_SHIELD; in StoreKey() local
880 LOGI("Upgrade of %{public}s", shieldPath.c_str()); in StoreKey()
881 LoadKeyBlob(keyContext_.shield, shieldPath); in StoreKey()
883 LOGI("success upgrade of %{public}s", shieldPath.c_str()); in StoreKey()
884 SaveKeyBlob(keyContext_.shield, shieldPath); in StoreKey()