Home
last modified time | relevance | path

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

/packages/modules/Virtualization/authfs/service/src/
Dauthfs.rs22 use std::ffi::{OsStr, OsString};
130 mountpoint: &OsStr, in run_authfs() argument
168 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()
/packages/modules/Virtualization/compos/composd/native/
Dlib.rs22 use std::ffi::{CStr, OsStr};
45 let path = OsStr::from_bytes(cstr.to_bytes()).as_ref(); in palette_create_odrefresh_staging_directory()
/packages/modules/Virtualization/authfs/src/
Dfusefs.rs29 use std::ffi::{CStr, CString, OsStr};
1074 OsStr::from_bytes(cstr.to_bytes()).as_ref() in cstr_to_path()
/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Dstate_machine.rs296 fn event_name_to_string(name: Option<&std::ffi::OsStr>) -> Option<String> { in event_name_to_string()