OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:desired_offset
(Results
1 - 3
of
3
) sorted by null
/bootable/recovery/minelf/
Retouch.h
39
// If
desired_offset
is not NULL, then apply retouching instead,
43
int32_t *
desired_offset
,
Retouch.c
111
int32_t *
desired_offset
,
117
if (
desired_offset
) target_offset = *
desired_offset
;
126
if (r_offs < 0) return (
desired_offset
== NULL) ?
132
return (
desired_offset
== NULL) ?
168
if (
desired_offset
)
/bootable/recovery/applypatch/
applypatch.c
94
int32_t
desired_offset
= 0;
local
96
&
desired_offset
, NULL) != RETOUCH_DATA_MATCHED) {
[
all
...]
Completed in 31 milliseconds