Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dkey_manager.cpp666 std::string elUserKeyPath = elPath + + "/" + std::to_string(user); in GenerateUserKeyByType() local
667 if (IsDir(elUserKeyPath)) { in GenerateUserKeyByType()
677 int ret = GenerateAndInstallUserKey(user, elUserKeyPath, auth, type); in GenerateUserKeyByType()
681 user, ret, std::to_string(type), "user key path = " + elUserKeyPath); in GenerateUserKeyByType()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/key_manager_test/
H A Dkey_manager_test.cpp1693 std::string elUserKeyPath = elPath + "/" + std::to_string(userId); variable
1694 EXPECT_FALSE(MkDir(elUserKeyPath, S_IRWXU));