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

/external/chromium/net/ftp/
H A Dftp_util.h28 static std::string VMSPathToUnix(const std::string& vms_path);
H A Dftp_util.cc87 std::string FtpUtil::VMSPathToUnix(const std::string& vms_path) { argument
88 if (vms_path.empty())
91 if (vms_path == "[]")
94 std::string result(vms_path);
95 if (vms_path[0] == '[') {

Completed in 138 milliseconds