Home
last modified time | relevance | path

Searched defs:HiviewFileInfo (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/adapter/service/common/include/
H A Dhiview_file_info.h23 struct HiviewFileInfo { struct
24 HiviewFileInfo(std::string name, time_t mtime, uint64_t size) in HiviewFileInfo() function
29 std::string name;
30 time_t mtime;
31 uint64_t size;