Home
last modified time | relevance | path

Searched refs:UnixFilePathToVMS (Results 1 – 8 of 8) sorted by relevance

/external/chromium/net/ftp/
Dftp_util_unittest.cc17 TEST(FtpUtilTest, UnixFilePathToVMS) { in TEST() argument
36 net::FtpUtil::UnixFilePathToVMS(kTestCases[i].input)) in TEST()
Dftp_util.h22 static std::string UnixFilePathToVMS(const std::string& unix_path);
Dftp_util.cc26 std::string FtpUtil::UnixFilePathToVMS(const std::string& unix_path) { in UnixFilePathToVMS() function in net::FtpUtil
82 path = UnixFilePathToVMS(path); in UnixDirectoryPathToVMS()
Dftp_network_transaction.cc467 path = FtpUtil::UnixFilePathToVMS(path); in GetRequestPathForFtpCommand()
/external/chromium_org/net/ftp/
Dftp_util_unittest.cc17 TEST(FtpUtilTest, UnixFilePathToVMS) { in TEST() argument
36 net::FtpUtil::UnixFilePathToVMS(kTestCases[i].input)) in TEST()
Dftp_util.h22 static std::string UnixFilePathToVMS(const std::string& unix_path);
Dftp_util.cc33 std::string FtpUtil::UnixFilePathToVMS(const std::string& unix_path) { in UnixFilePathToVMS() function in net::FtpUtil
89 path = UnixFilePathToVMS(path); in UnixDirectoryPathToVMS()
Dftp_network_transaction.cc512 path = FtpUtil::UnixFilePathToVMS(path); in GetRequestPathForFtpCommand()