Searched defs:images (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-fstest.c304 static char **images = NULL; variable
324 host_file = grub_xasprintf ("(host)%s", images[i]);
566 images = xmalloc (num_disks * sizeof (images[0]));
567 images[args_count] = canonicalize_file_name (arg);
H A Dgrub-mount.c50 static char **images = NULL; variable
343 host_file = grub_xasprintf ("(host)%s", images[i]);
492 images = xrealloc (images, (num_disks + 1) * sizeof (images[0]));
493 images[num_disks] = canonicalize_file_name (arg);
526 fuse_args[fuse_argc] = images[num_disks - 1];

Completed in 30 milliseconds