OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stop_loc
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/ext4_utils/src/
ext4fixup_main.c
35
int stop_phase = 0,
stop_loc
= 0, stop_count = 0;
local
48
sscanf(optarg, "%d,%d,%d", &stop_phase, &
stop_loc
, &stop_count);
67
return ext4fixup_internal(fsdev, verbose, no_write, stop_phase,
stop_loc
, stop_count);
/system/extras/ext4_utils/
ext4fixup_main.c
35
int stop_phase = 0,
stop_loc
= 0, stop_count = 0;
local
48
sscanf(optarg, "%d,%d,%d", &stop_phase, &
stop_loc
, &stop_count);
67
return ext4fixup_internal(fsdev, verbose, no_write, stop_phase,
stop_loc
, stop_count);
Completed in 50 milliseconds