Searched defs:unix_path (Results 1 – 3 of 3) sorted by relevance
26 std::string FtpUtil::UnixFilePathToVMS(const std::string& unix_path) { in UnixFilePathToVMS()70 std::string FtpUtil::UnixDirectoryPathToVMS(const std::string& unix_path) { in UnixDirectoryPathToVMS()
31 char unix_path[32]; /* the path */ member47 char unix_path[32]; /* the path */ member76 char unix_path[32]; /* the path */ member90 char unix_path[32]; /* the path to the dlpi device */ member116 char unix_path[32]; /* the path */ member130 char unix_path[32]; /* the path */ member160 char unix_path[32]; /* the path */ member175 char unix_path[32]; /* the path */ member
479 char unix_path[PATH_MAX]; local