OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stop_loc
(Results
1 - 3
of
3
) sorted by null
/system/extras/ext4_utils/
ext4fixup.h
19
int stop_phase, int
stop_loc
, int stop_count);
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);
ext4fixup.c
786
int stop_phase, int
stop_loc
, int stop_count)
800
bail_loc =
stop_loc
;
Completed in 31 milliseconds