Searched refs:permStr (Results 1 – 2 of 2) sorted by relevance
476 std::string permStr; in ScopeToString() local477 permStr = accumulate(permList.begin(), permList.end(), std::string(" ")); in ScopeToString()480 tokenidStr.c_str(), permStr.c_str()); in ScopeToString()
686 std::string permStr; in PermListToString() local687 permStr = accumulate(permList.begin(), permList.end(), std::string(" ")); in PermListToString()689 ACCESSTOKEN_LOG_INFO(LABEL, "permStr =%{public}s", permStr.c_str()); in PermListToString()