Searched refs:OsStr (Results 1 – 4 of 4) sorted by relevance
22 use std::ffi::{OsStr, OsString};130 mountpoint: &OsStr, in run_authfs() argument168 fn wait_until_authfs_ready(child: &SharedChild, mountpoint: &OsStr) -> Result<()> { in wait_until_authfs_ready()187 fn is_fuse(path: &OsStr) -> Result<bool> { in is_fuse()
22 use std::ffi::{CStr, OsStr};45 let path = OsStr::from_bytes(cstr.to_bytes()).as_ref(); in palette_create_odrefresh_staging_directory()
29 use std::ffi::{CStr, CString, OsStr};1074 OsStr::from_bytes(cstr.to_bytes()).as_ref() in cstr_to_path()
296 fn event_name_to_string(name: Option<&std::ffi::OsStr>) -> Option<String> { in event_name_to_string()