Skip to main content

read_resource_directory_from_scratch

Function read_resource_directory_from_scratch 

Source
pub unsafe fn read_resource_directory_from_scratch(
    ptr: *mut u8,
) -> Option<(String, bool)>
Expand description

Read a resource-directory path and its sharing flag from scratch.

ยงSafety

ptr must point to a valid SHM allocation.