Home
last modified time | relevance | path

Searched refs:InstallOperationTypeName (Results 1 – 5 of 5) sorted by relevance

/system/update_engine/payload_consumer/
Dpayload_constants.h83 const char* InstallOperationTypeName(InstallOperation::Type op_type);
Dpayload_constants.cc49 const char* InstallOperationTypeName(InstallOperation::Type op_type) { in InstallOperationTypeName() function
Ddelta_performer.cc731 if (!HandleOpResult(op_result, InstallOperationTypeName(op.type()), error)) in Write()
/system/update_engine/payload_generator/
Dannotated_operation.cc58 os << InstallOperationTypeName(aop.op.type()) << " " << aop.op.data_length(); in operator <<()
Dpayload_file.cc337 ? InstallOperationTypeName( in ReportPayloadUsage()