Searched refs:unix_path (Results 1 – 4 of 4) sorted by relevance
| /external/netperf/ |
| D | nettest_unix.h | 31 char unix_path[32]; /* the path */ member 47 char unix_path[32]; /* the path */ member 76 char unix_path[32]; /* the path */ member 90 char unix_path[32]; /* the path to the dlpi device */ member 116 char unix_path[32]; /* the path */ member 130 char unix_path[32]; /* the path */ member 160 char unix_path[32]; /* the path */ member 175 char unix_path[32]; /* the path */ member
|
| D | nettest_unix.c | 419 strcpy(server.sun_path,stream_stream_response->unix_path); in send_stream_stream() 891 strcpy(stream_stream_response->unix_path,myaddr_un.sun_path); in recv_stream_stream() 1221 strcpy(server.sun_path,stream_rr_response->unix_path); in send_stream_rr() 1685 strcpy(server.sun_path,dg_stream_response->unix_path); in send_dg_stream() 2056 strcpy(dg_stream_response->unix_path,myaddr_un.sun_path); in recv_dg_stream() 2397 strcpy(server.sun_path,dg_rr_response->unix_path); in send_dg_rr() 2877 strcpy(dg_rr_response->unix_path,myaddr_un.sun_path); in recv_dg_rr() 3174 strcpy(stream_rr_response->unix_path,myaddr_un.sun_path); in recv_stream_rr()
|
| /external/chromium_org/net/ftp/ |
| D | ftp_util.cc | 34 std::string FtpUtil::UnixFilePathToVMS(const std::string& unix_path) { in UnixFilePathToVMS() argument 35 if (unix_path.empty()) in UnixFilePathToVMS() 38 base::StringTokenizer tokenizer(unix_path, "/"); in UnixFilePathToVMS() 43 if (unix_path[0] == '/') { in UnixFilePathToVMS() 47 DCHECK_EQ(1U, unix_path.length()); in UnixFilePathToVMS() 52 return unix_path.substr(1); // Drop the leading slash. in UnixFilePathToVMS() 68 return unix_path; in UnixFilePathToVMS() 78 std::string FtpUtil::UnixDirectoryPathToVMS(const std::string& unix_path) { in UnixDirectoryPathToVMS() argument 79 if (unix_path.empty()) in UnixDirectoryPathToVMS() 82 std::string path(unix_path); in UnixDirectoryPathToVMS()
|
| D | ftp_util.h | 22 static std::string UnixFilePathToVMS(const std::string& unix_path); 25 static std::string UnixDirectoryPathToVMS(const std::string& unix_path);
|