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
135
std::string
GetRequestPathForFtpCommand
(bool is_directory) const;
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
...]
Completed in 31 milliseconds