pub fn parse_config_string(
lib_dirs: &Vec<Arc<DirectoryProxy>>,
config: &str,
) -> Result<Vec<Arc<DirectoryProxy>>, Error>
Expand description
parses a config string from the fuchsia.ldsvc.Loader
service. See
//docs/concepts/booting/program_loading.md
for a description of the format. Returns the set
of directories which should be searched for objects.