Searched refs:UnixFilePathToVMS (Results 1 – 4 of 4) sorted by relevance
20 TEST(FtpUtilTest, UnixFilePathToVMS) { in TEST() argument39 net::FtpUtil::UnixFilePathToVMS(kTestCases[i].input)) in TEST()
22 static std::string UnixFilePathToVMS(const std::string& unix_path);
34 std::string FtpUtil::UnixFilePathToVMS(const std::string& unix_path) { in UnixFilePathToVMS() function in net::FtpUtil90 path = UnixFilePathToVMS(path); in UnixDirectoryPathToVMS()
512 path = FtpUtil::UnixFilePathToVMS(path); in GetRequestPathForFtpCommand()