Searched refs:new_uri_prefix (Results 1 – 1 of 1) sorted by relevance
55 const string new_uri_prefix = "file://media/"; in Handle() local67 Uri newUri = Uri(uriString.replace(pos, org_uri_prefix.length(), new_uri_prefix)); in Handle()