Searched refs:org_uri_prefix (Results 1 – 1 of 1) sorted by relevance
54 const string org_uri_prefix = "file://cloudsync/"; in Handle() local66 size_t pos = uriString.find(org_uri_prefix); in Handle()67 Uri newUri = Uri(uriString.replace(pos, org_uri_prefix.length(), new_uri_prefix)); in Handle()