Searched refs:uriPath (Results 1 – 4 of 4) sorted by relevance
233 std::string uriPath = uri.ToString(); in ParseUriType() local234 if (!uriPath.empty()) { in ParseUriType()235 helper_.ReplaceAllStr(uriPath, ":///", "://"); in ParseUriType()236 Uri tempUri(uriPath); in ParseUriType()
223 std::string uriPath = uri.ToString(); in ParseUriType() local224 if (!uriPath.empty()) { in ParseUriType()225 helper_.ReplaceAllStr(uriPath, ":///", "://"); in ParseUriType()226 Uri tempUri(uriPath); in ParseUriType()
264 std::string uriPath = uri.ToString(); in ParseUriType() local265 if (!uriPath.empty()) { in ParseUriType()266 helper_.ReplaceAllStr(uriPath, ":///", "://"); in ParseUriType()267 Uri tempUri(uriPath); in ParseUriType()
324 std::string uriPath = uri.ToString(); in ParseUriType() local325 if (!uriPath.empty()) { in ParseUriType()326 helper_.ReplaceAllStr(uriPath, ":///", "://"); in ParseUriType()327 Uri tempUri(uriPath); in ParseUriType()