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()
519 let path = cstr_to_path(name); in lookup()
523 let path = cstr_to_path(name); in lookup()
890 let basename: &Path = cstr_to_path(name); in unlink()
916 let basename: &Path = cstr_to_path(name); in rmdir()
935 let basename: &Path = cstr_to_path(name); in rmdir()
1070 fn cstr_to_path(cstr: &CStr) -> &Path { in cstr_to_path() function