OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:image_fn
(Results
1 - 1
of
1
) sorted by null
/external/e2fsprogs/misc/
e2image.c
558
static void install_image(char *device, char *
image_fn
, int raw_flag)
580
retval = ext2fs_open (
image_fn
, open_flag, 0, 0,
584
image_fn
);
595
fd = open64(
image_fn
, O_RDONLY);
597
fd = open(
image_fn
, O_RDONLY);
600
perror(
image_fn
);
621
com_err(
image_fn
, 0, "while restoring the image table");
634
char *
image_fn
;
local
669
image_fn
= argv[optind+1];
672
install_image(device_name,
image_fn
, raw_flag)
[
all
...]
Completed in 148 milliseconds