Home
last modified time | relevance | path

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

/external/minijail/rust/minijail/src/
Dlib.rs754 let src_os = src in mount_with_data() localVariable
759 let src_path = CString::new(src_os).map_err(|_| Error::StrToCString(src_os.to_owned()))?; in mount_with_data()
813 let src_os = src in mount_bind() localVariable
818 let src_path = CString::new(src_os).map_err(|_| Error::StrToCString(src_os.to_owned()))?; in mount_bind()