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

/external/chromium_org/net/ftp/
H A Dftp_util.h28 static std::string VMSPathToUnix(const std::string& vms_path);
H A Dftp_util.cc95 std::string FtpUtil::VMSPathToUnix(const std::string& vms_path) { argument
96 if (vms_path.empty())
99 if (vms_path[0] == '/') {
102 return vms_path;
105 if (vms_path == "[]")
108 std::string result(vms_path);
109 if (vms_path[0] == '[') {

Completed in 186 milliseconds