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

  /bootable/recovery/applypatch/include/applypatch/
applypatch.h 78 bool PatchPartition(const Partition& target, const Partition& source, const Value& patch,
  /bootable/recovery/tests/unit/
applypatch_test.cpp 135 TEST_F(ApplyPatchTest, PatchPartition) {
144 ASSERT_TRUE(PatchPartition(target_partition, source_partition, patch, &bonus));
154 ASSERT_TRUE(PatchPartition(target_partition, source_partition, patch, nullptr));
  /build/make/tools/releasetools/
edify_generator.py 273 This edify function is being deprecated in favor of PatchPartition(). It
274 will try to redirect calls to PatchPartition() if possible. On unknown /
280 "Failed to handle unknown format. Use PatchPartition() instead."
296 self.PatchPartition(target, source, patch)
298 def PatchPartition(self, target, source, patch):
ota_from_target_files     [all...]
ota_from_target_files.py     [all...]
  /bootable/recovery/applypatch/
applypatch_modes.cpp 90 return PatchPartition(target, source, patch, bonus.get()) ? 0 : 1;
applypatch.cpp 268 bool PatchPartition(const Partition& target, const Partition& source, const Value& patch,
  /bootable/recovery/updater/
install.cpp 273 bool result = PatchPartition(target, source, *values[0], nullptr);
    [all...]

Completed in 572 milliseconds