OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:source_start
(Results
1 - 2
of
2
) sorted by null
/hardware/ril/mock-ril/src/cpp/
node_buffer.cpp
377
ssize_t
source_start
= args[2]->Int32Value();
local
381
if (source_end <
source_start
) {
393
if (
source_start
< 0 || ((size_t)
source_start
) > source->length()) {
405
ssize_t to_copy = MIN(source_end -
source_start
,
409
(const void*)(source->data() +
source_start
),
/bootable/recovery/applypatch/
imgdiff.c
135
size_t
source_start
;
member in struct:__anon656
649
tgt->
source_start
= src->start;
967
Write8(tgt_chunks[i].
source_start
, f);
977
Write8(tgt_chunks[i].
source_start
, f);
Completed in 622 milliseconds