Searched refs:backup_source (Results 1 – 2 of 2) sorted by relevance
/bootable/recovery/applypatch/ |
D | applypatch.cpp | 50 const Value& patch, const Value* bonus_data, bool backup_source); 269 const Value* bonus, bool backup_source) { in PatchPartition() argument 282 if (ReadPartitionToBuffer(source, &source_file, backup_source)) { in PatchPartition() 283 return GenerateTarget(target, source_file, patch, bonus, backup_source); in PatchPartition() 329 const Value& patch, const Value* bonus_data, bool backup_source) { in GenerateTarget() argument 354 if (backup_source && !CheckAndFreeSpaceOnCache(source_file.data.size())) { in GenerateTarget() 358 if (backup_source && !SaveFileContents(Paths::Get().cache_temp_source(), &source_file)) { in GenerateTarget() 418 if (backup_source) { in GenerateTarget()
|
/bootable/recovery/applypatch/include/applypatch/ |
D | applypatch.h | 80 const Value* bonus, bool backup_source);
|