HomeSort by relevance Sort by last modified time
    Searched full:dup_scheme (Results 1 - 1 of 1) sorted by null

  /external/chromium/googleurl/src/
url_util.cc 380 char* dup_scheme = new char[scheme_len + 1]; local
381 memcpy(dup_scheme, new_scheme, scheme_len + 1);
384 standard_schemes->push_back(dup_scheme);

Completed in 198 milliseconds