Home
last modified time | relevance | path

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

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