Home
last modified time | relevance | path

Searched refs:httpPrefix (Results 1 - 1 of 1) sorted by relevance

/base/update/updateservice/foundations/ability/utils/include/
H A Danonymous_utils.h36 std::string httpPrefix = "http://"; in AnonymousUrl() local
43 if (encryptUrl.compare(0, httpPrefix.size(), httpPrefix) == 0) { in AnonymousUrl()
44 encryptUrl.replace(httpPrefix.size(), ENCRYPT_LENGTH, ENCRYPT_STR); in AnonymousUrl()

Completed in 1 milliseconds