Home
last modified time | relevance | path

Searched full:total_size (Results 1 – 3 of 3) sorted by relevance

/base/startup/init/interfaces/innerkits/fs_manager/libfs_hvb/
Dhvb_ops.c108 int64_t total_size = GetImageSizeForHVB(fd, partition); in HvbReadFromPartition() local
109 if (total_size == -1) { in HvbReadFromPartition()
114 offset = total_size + offset; in HvbReadFromPartition()
/base/hiviewdfx/hiview/hisysevent/
Dhiviewdfx.yaml63 TOTAL_SIZE: {type: UINT32, desc: total size}
80 TOTAL_SIZE: {type: UINT32, desc: total size}
/base/hiviewdfx/hiview/plugins/sysevent_source/
Dplatform_monitor.cpp229 "TOTAL_COUNT", perfMeasure.totalCount, "TOTAL_SIZE", perfMeasure.totalSize, in ReportProfile()
348 "TOTAL_COUNT", curTotalCount_, "TOTAL_SIZE", curTotalSize_, "REAL_SPEED", curRealSpeed, in ReportBreakProfile()