| 4041 | } |
| 4042 | |
| 4043 | static u8string GetKeysDirectory() |
| 4044 | { |
| 4045 | auto& env = GetContext()->GetPlatformEnvironment(); |
| 4046 | return Path::Combine(env.GetDirectoryPath(DirBase::user), u8"keys"); |
| 4047 | } |
| 4048 | |
| 4049 | static u8string GetPrivateKeyPath(u8string_view playerName) |
| 4050 | { |
no test coverage detected