Function start_with_multiple_dirs

Source
pub fn start_with_multiple_dirs(lib_dirs: Vec<DirectoryProxy>, chan: Channel)
Expand description

start_with_multiple_dirs will expose the fuchsia.ldsvc.Loader service over the given channel, providing VMO buffers of requested library object names from any of the library directories in lib_dirs.

Each library directory must have been opened with at minimum OPEN_RIGHT_READABLE and OPEN_RIGHT_EXECUTABLE rights.