HomeSort by relevance Sort by last modified time
    Searched refs:source_start (Results 1 - 2 of 2) sorted by null

  /hardware/ril/mock-ril/src/cpp/
node_buffer.cpp 379 ssize_t source_start = args[2]->Int32Value(); local
383 if (source_end < source_start) {
395 if (source_start < 0 || ((size_t)source_start) > source->length()) {
407 ssize_t to_copy = MIN(source_end - source_start,
411 (const void*)(source->data() + source_start),
  /bootable/recovery/applypatch/
imgdiff.c 135 size_t source_start; member in struct:__anon595
649 tgt->source_start = src->start;
967 Write8(tgt_chunks[i].source_start, f);
977 Write8(tgt_chunks[i].source_start, f);

Completed in 1388 milliseconds