Home
last modified time | relevance | path

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

/external/crosvm/rutabaga_gfx/ffi/src/
Dlib.rs218 let c_str_slice = CStr::from_ptr(capset_names); in rutabaga_calculate_capset_mask() localVariable
219 let result = c_str_slice.to_str(); in rutabaga_calculate_capset_mask()
251 let c_str_slice = CStr::from_ptr(channel.channel_name); in rutabaga_init() localVariable
252 let result = c_str_slice.to_str(); in rutabaga_init()
269 let c_str_slice = CStr::from_ptr(renderer_features_ptr); in rutabaga_init() localVariable
270 let result = c_str_slice.to_str(); in rutabaga_init()
697 let c_str_slice = CStr::from_ptr(dir); in rutabaga_snapshot() localVariable
699 let result = c_str_slice.to_str(); in rutabaga_snapshot()
713 let c_str_slice = CStr::from_ptr(dir); in rutabaga_restore() localVariable
715 let result = c_str_slice.to_str(); in rutabaga_restore()
/external/crosvm/rutabaga_gfx/kumquat/gpu_client/src/
Dlib.rs109 let c_str_slice = CStr::from_ptr(value); in virtgpu_kumquat_init() localVariable
110 let result = c_str_slice.to_str(); in virtgpu_kumquat_init()