HomeSort by relevance Sort by last modified time
    Searched refs:SYSTEM_TYPE_VMS (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/ftp/
ftp_network_transaction.h 95 SYSTEM_TYPE_VMS,
ftp_network_transaction.cc 353 if (system_type_ == SYSTEM_TYPE_VMS) {
693 system_type_ = SYSTEM_TYPE_VMS;
738 if (system_type_ == SYSTEM_TYPE_VMS)
1058 std::string command(system_type_ == SYSTEM_TYPE_VMS ? "LIST *.*;0" : "LIST");
    [all...]

Completed in 27 milliseconds