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

  /system/update_engine/payload_consumer/
payload_constants.h 73 const char* InstallOperationTypeName(InstallOperation_Type op_type);
payload_constants.cc 45 const char* InstallOperationTypeName(InstallOperation_Type op_type) {
delta_performer.cc 732 if (!HandleOpResult(op_result, InstallOperationTypeName(op.type()), error))
    [all...]
  /system/update_engine/payload_generator/
annotated_operation.cc 58 os << InstallOperationTypeName(aop.op.type()) << " " << aop.op.data_length();
graph_utils.cc 130 << ": " << InstallOperationTypeName(graph[i].aop.op.type());
payload_file.cc 347 (object.type >= 0 ? InstallOperationTypeName(

Completed in 99 milliseconds