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