HomeSort by relevance Sort by last modified time
    Searched defs:GetRequestPathForFtpCommand (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/ftp/
ftp_network_transaction.cc 440 std::string FtpNetworkTransaction::GetRequestPathForFtpCommand(
960 std::string command = "RETR " + GetRequestPathForFtpCommand(false);
1011 std::string command = "SIZE " + GetRequestPathForFtpCommand(false);
1061 std::string command = "CWD " + GetRequestPathForFtpCommand(true);
    [all...]
  /external/chromium_org/net/ftp/
ftp_network_transaction.cc 485 std::string FtpNetworkTransaction::GetRequestPathForFtpCommand(
1025 std::string command = "RETR " + GetRequestPathForFtpCommand(false);
    [all...]

Completed in 299 milliseconds