Searched defs:UnixFilePathToVMS (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/ftp/
H A Dftp_util.cc34 std::string FtpUtil::UnixFilePathToVMS(const std::string& unix_path) { function in class:net::FtpUtil
87 // Reuse logic from UnixFilePathToVMS by appending a fake file name to the
90 path = UnixFilePathToVMS(path);

Completed in 96 milliseconds