Home
last modified time | relevance | path

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

/base/hiviewdfx/hicollie/frameworks/native/
Dxcollie_utils.h51 constexpr uint64_t MAX_FILE_SIZE = 10 * 1024 * 1024; // 10M variable
/base/hiviewdfx/hiview/plugins/freeze_detector/
Drule_cluster.h214 static const int MAX_FILE_SIZE = 512 * 1024; variable
/base/account/os_account/frameworks/common/file_operator/src/
Daccount_file_operator.cpp38 const long MAX_FILE_SIZE = 1 << 24; // 16MB variable
/base/hiviewdfx/hiview/base/event_publish/
Devent_publish.cpp45 constexpr uint64_t MAX_FILE_SIZE = 5 * 1024 * 1024; // 5M variable
/base/hiviewdfx/hitrace/cmd/src/
Dhitrace_cmd.cpp143 const int MAX_FILE_SIZE = 512000; // 500 MB variable
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
Dhitrace_meter.cpp89 constexpr const int MAX_FILE_SIZE = 500 * 1024 * 1024; variable