Home | History | Annotate | Download | only in recovery

Lines Matching full:root

123     /* Strip the package root off of the path.
153 /* Find the relative part of the non-root part of the path.
155 root_path += strlen(info->name); // strip off the "root:"
185 /* See if this root is already mounted.
274 /* This root can't be mounted, so by definition it isn't.
280 /* See if this root is already mounted.
311 format_root_device(const char *root)
313 /* Be a little safer here; require that "root" is just
316 const char *c = root;
321 LOGW("format_root_device: bad root name \"%s\"\n", root);
325 const RootInfo *info = get_root_info_for_path(root);
327 LOGW("format_root_device: can't resolve \"%s\"\n", root);
333 int ret = ensure_root_path_unmounted(root);
335 LOGW("format_root_device: can't unmount \"%s\"\n", root);
354 LOGW("format_root_device: can't open \"%s\"\n", root);
357 LOGW("format_root_device: can't erase \"%s\"\n", root);
361 LOGW("format_root_device: can't close \"%s\"\n", root);
369 LOGW("format_root_device: can't handle non-mtd device \"%s\"\n", root);