Searched refs:AclsStr (Results 1 – 2 of 2) sorted by relevance
252 void NativeTokenInfoInner::SetNativeAcls(const std::string& AclsStr) in SetNativeAcls() argument256 std::string::size_type offset = AclsStr.find(',', start); in SetNativeAcls()258 tokenInfoBasic_.nativeAcls.push_back(AclsStr.substr(start)); in SetNativeAcls()261 tokenInfoBasic_.nativeAcls.push_back(AclsStr.substr(start, offset)); in SetNativeAcls()
53 void SetNativeAcls(const std::string& AclsStr);