Searched refs:accountsStr (Results 1 – 1 of 1) sorted by relevance
1504 std::string accountsStr = std::string(accountsStrData, accountsStrLength - 1); in ReadOsAccountInfoList() local1505 nlohmann::json accounts = nlohmann::json::parse(accountsStr, nullptr, false); in ReadOsAccountInfoList()