Searched defs:op_result (Results 1 - 1 of 1) sorted by relevance

/system/update_engine/payload_consumer/
H A Ddelta_performer.cc281 bool DeltaPerformer::HandleOpResult(bool op_result, const char* op_type_name, argument
283 if (op_result)
720 bool op_result; local
725 op_result = PerformReplaceOperation(op);
729 op_result = PerformZeroOrDiscardOperation(op);
732 op_result = PerformMoveOperation(op);
735 op_result = PerformBsdiffOperation(op);
738 op_result = PerformSourceCopyOperation(op, error);
741 op_result = PerformSourceBsdiffOperation(op, error);
745 op_result
[all...]

Completed in 91 milliseconds