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 331 char* dup_scheme = new char[scheme_len + 1]; local
332 memcpy(dup_scheme, new_scheme, scheme_len + 1);
335 standard_schemes->push_back(dup_scheme);

Completed in 7936 milliseconds