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

/external/chromium_org/net/ftp/
H A Dftp_network_transaction.h144 std::string GetRequestPathForFtpCommand(bool is_directory) const;
H A Dftp_network_transaction.cc485 std::string FtpNetworkTransaction::GetRequestPathForFtpCommand( function in class:net::FtpNetworkTransaction
1025 std::string command = "RETR " + GetRequestPathForFtpCommand(false);
1076 std::string command = "SIZE " + GetRequestPathForFtpCommand(false);
1134 std::string command = "CWD " + GetRequestPathForFtpCommand(true);

Completed in 80 milliseconds