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

/external/chromium/net/ftp/
H A Dftp_network_transaction.h72 SYSTEM_TYPE_VMS, enumerator in enum:net::FtpNetworkTransaction::SystemType
H A Dftp_network_transaction.cc463 if (system_type_ == SYSTEM_TYPE_VMS) {
789 system_type_ = SYSTEM_TYPE_VMS;
834 if (system_type_ == SYSTEM_TYPE_VMS)
1107 std::string command(system_type_ == SYSTEM_TYPE_VMS ? "LIST *.*;0" : "LIST");

Completed in 19 milliseconds