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

  /external/bsdiff/
bspatch_main.cc 15 const char* old_extents = NULL; local
22 old_extents = argv[4];
26 return bsdiff::bspatch(argv[1], argv[2], argv[3], old_extents, new_extents);
bspatch.cc 115 const std::vector<ex_t>& old_extents,
132 if (old_extents.empty() && new_extents.empty())
135 for (ex_t old_ex : old_extents)
145 // |old_extents| and |new_extents| are comma-separated lists of "offset:length"
151 const char* old_extents,
169 old_extents, new_extents);
173 // |old_extents| and |new_extents| are comma-separated lists of "offset:length"
180 const char* old_extents,
182 int using_extents = (old_extents != NULL || new_extents != NULL);
193 if (!ParseExtentStr(old_extents, &parsed_old_extents))
    [all...]
  /external/bsdiff/include/bsdiff/
bspatch.h 23 const char* old_extents,
31 const char* old_extents,
53 const std::vector<ex_t>& old_extents,

Completed in 247 milliseconds