Home
last modified time | relevance | path

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

/external/chromium_org/net/ftp/
Dftp_util.cc34 std::string FtpUtil::UnixFilePathToVMS(const std::string& unix_path) { in UnixFilePathToVMS() function in net::FtpUtil
Dftp_util_unittest.cc20 TEST(FtpUtilTest, UnixFilePathToVMS) { in TEST() argument