Home
last modified time | relevance | path

Searched refs:to_owned (Results 1 - 13 of 13) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/
H A Dasync_dir.rs60 let path = path.as_ref().to_owned();
89 let path = path.as_ref().to_owned();
119 let path = path.as_ref().to_owned();
145 let path = path.as_ref().to_owned();
172 let path = path.as_ref().to_owned();
207 let path = path.as_ref().to_owned();
238 let from = from.as_ref().to_owned();
239 let to = to.as_ref().to_owned();
274 let from = from.as_ref().to_owned();
275 let to = to.as_ref().to_owned();
[all...]
H A Dopen_options.rs296 let path = path.as_ref().to_owned();
H A Dasync_file.rs140 let path = path.as_ref().to_owned(); in fmt()
162 let path = path.as_ref().to_owned(); in fmt()
/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/
H A Dylong_tokio_udp.rs90 let sender_addr: SocketAddr = (basic_addr.to_owned() in ylong_udp_send_recv()
94 let receiver_addr: SocketAddr = (basic_addr.to_owned() in ylong_udp_send_recv()
137 let sender_addr = basic_addr.to_owned() + &*(port + 2 * i).to_string(); in tokio_udp_send_recv()
138 let receiver_addr = basic_addr.to_owned() + &*(port + 2 * i + 1).to_string(); in tokio_udp_send_recv()
177 let sender_addr: SocketAddr = (basic_addr.to_owned() in ylong_udp_send_to_recv_from()
181 let receiver_addr: SocketAddr = (basic_addr.to_owned() in ylong_udp_send_to_recv_from()
220 let sender_addr = basic_addr.to_owned() + &*(port + 2 * i).to_string(); in tokio_udp_send_to_recv_from()
221 let receiver_addr = basic_addr.to_owned() + &*(port + 2 * i + 1).to_string(); in tokio_udp_send_to_recv_from()
H A Dylong_tokio_uds.rs61 let addr = $path.to_owned() + &i.to_string();
69 let addr = $path.to_owned() + &i.to_string();
115 let addr = $path.to_owned() + &i.to_string();
123 let addr = $path.to_owned() + &i.to_string();
H A Dylong_tokio_tcp.rs62 let addr = basic_addr.to_owned() + &*(port + i).to_string();
114 let addr = (basic_addr.to_owned() + &*(port + i).to_string())
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Dx509.rs152 X509Ref::to_owned(self) in clone()
159 fn to_owned(&self) -> Self::Owned { in to_owned() functions
/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/common/
H A Dpart.rs506 assert_eq!(part.headers().to_owned(), { in ut_mime_part_builder()
526 assert_eq!(part.headers().to_owned(), { in ut_mime_part_headers()
546 assert_eq!(part.headers().to_owned(), { in ut_mime_part_headers_mut()
/commonlibrary/rust/ylong_runtime/ylong_runtime/examples/
H A Dylong_runtime_tcp.rs58 let addr = (basic_addr.to_owned() + &*(port + i).to_string()) in ylong_tcp_send_recv()
/commonlibrary/rust/ylong_runtime/ylong_runtime_macros/src/
H A Dselect.rs106 let default_or_except = TokenStream::from((buf[*idx]).to_owned()); in parse_token()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/pty_process/
H A Dsys.rs87 let name = unsafe { CStr::from_ptr(name_buf.as_ptr()) }.to_owned();
/commonlibrary/rust/ylong_http/ylong_http/src/request/
H A Dmod.rs787 request.body().to_owned().as_str(), in ut_request_new()
/commonlibrary/rust/ylong_http/ylong_http/src/request/uri/
H A Dmod.rs804 self.0.to_owned() in to_string()

Completed in 8 milliseconds