Home
last modified time | relevance | path

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

/external/vm_tools/p9/src/server/
Dmod.rs376 let proc_cstr = unsafe { CStr::from_bytes_with_nul_unchecked(b"/proc\0") }; in with_config() localVariable
382 proc_cstr.as_ptr(), in with_config()
/external/crosvm/devices/src/virtio/fs/
Dpassthrough.rs511 let proc_cstr = unsafe { CStr::from_bytes_with_nul_unchecked(PROC_CSTR) }; in new() localVariable
517 proc_cstr.as_ptr(), in new()