Home
last modified time | relevance | path

Searched refs:gurl_path (Results 1 – 1 of 1) sorted by relevance

/external/chromium/net/ftp/
Dftp_network_transaction.cc444 std::string gurl_path(request_->url.path()); in GetRequestPathForFtpCommand() local
447 std::string::size_type pos = gurl_path.rfind(';'); in GetRequestPathForFtpCommand()
449 gurl_path.resize(pos); in GetRequestPathForFtpCommand()
451 path.append(gurl_path); in GetRequestPathForFtpCommand()
477 std::string gurl_path(request_->url.path()); in DetectTypecode() local
480 std::string::size_type pos = gurl_path.rfind(';'); in DetectTypecode()
483 std::string typecode_string(gurl_path.substr(pos)); in DetectTypecode()