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

/external/chromium_org/net/ftp/
H A Dftp_util.h22 static std::string UnixFilePathToVMS(const std::string& unix_path);
H A Dftp_util_unittest.cc20 TEST(FtpUtilTest, UnixFilePathToVMS) {
39 net::FtpUtil::UnixFilePathToVMS(kTestCases[i].input))
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);
H A Dftp_network_transaction.cc512 path = FtpUtil::UnixFilePathToVMS(path);

Completed in 3523 milliseconds