Home
last modified time | relevance | path

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

/external/crosvm/arch/src/
Dserial.rs272 let mut path_cow = Cow::<Path>::Borrowed(path); in create_serial_device() localVariable
290 path_cow = Cow::Owned(short_path); in create_serial_device()
296 if path_cow.as_os_str().len() >= MAX_SOCKET_PATH_LENGTH { in create_serial_device()
306 match sock.connect(&path_cow) { in create_serial_device()