OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetRequestPathForFtpCommand
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/ftp/
ftp_network_transaction.h
116
std::string
GetRequestPathForFtpCommand
(bool is_directory) const;
ftp_network_transaction.cc
338
std::string FtpNetworkTransaction::
GetRequestPathForFtpCommand
(
879
std::string command = "SIZE " +
GetRequestPathForFtpCommand
(false);
913
std::string command = "RETR " +
GetRequestPathForFtpCommand
(false);
962
std::string command = "MDTM " +
GetRequestPathForFtpCommand
(false);
992
std::string command = "CWD " +
GetRequestPathForFtpCommand
(true);
[
all
...]
Completed in 85 milliseconds