Searched refs:downloadGid (Results 1 – 2 of 2) sorted by relevance
124 static bool IsCloudGidMismatch(const std::string &downloadGid, const std::string &curGid);
1250 bool CloudStorageUtils::IsCloudGidMismatch(const std::string &downloadGid, const std::string &curGi… in IsCloudGidMismatch() argument1252 return !downloadGid.empty() && !curGid.empty() && downloadGid != curGid; in IsCloudGidMismatch()