Home
last modified time | relevance | path

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

/packages/modules/Virtualization/authfs/src/
Dfusefs.rs351 let basename: &Path = cstr_to_path(name); in create_new_entry_with_ref_count()
520 let path = cstr_to_path(name); in lookup()
524 let path = cstr_to_path(name); in lookup()
893 let basename: &Path = cstr_to_path(name); in unlink()
919 let basename: &Path = cstr_to_path(name); in rmdir()
938 let basename: &Path = cstr_to_path(name); in rmdir()
1073 fn cstr_to_path(cstr: &CStr) -> &Path { in cstr_to_path() function