Home
last modified time | relevance | path

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

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