Searched refs:elUserKeyPath (Results 1 – 2 of 2) sorted by relevance
666 std::string elUserKeyPath = elPath + + "/" + std::to_string(user); in GenerateUserKeyByType() local667 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()
1693 std::string elUserKeyPath = elPath + "/" + std::to_string(userId); variable1694 EXPECT_FALSE(MkDir(elUserKeyPath, S_IRWXU));