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

/external/chromium/net/ftp/
H A Dftp_network_transaction.h135 std::string GetRequestPathForFtpCommand(bool is_directory) const;
H A Dftp_network_transaction.cc440 std::string FtpNetworkTransaction::GetRequestPathForFtpCommand( function in class:net::FtpNetworkTransaction
960 std::string command = "RETR " + GetRequestPathForFtpCommand(false);
1011 std::string command = "SIZE " + GetRequestPathForFtpCommand(false);
1061 std::string command = "CWD " + GetRequestPathForFtpCommand(true);

Completed in 54 milliseconds