Home
last modified time | relevance | path

Searched refs:MAX_FILE_SIZE (Results 1 - 6 of 6) sorted by relevance

/base/hiviewdfx/hicollie/frameworks/native/
H A Dxcollie_utils.cpp41 constexpr uint64_t MAX_FILE_SIZE = 10 * 1024 * 1024; // 10M member
348 if (fileSize > MAX_FILE_SIZE) { in WriteStackToFd()
350 "MainThread fileSize: %{public}" PRIu64 " MAX_FILE_SIZE: %{public}" PRIu64 ".", in WriteStackToFd()
351 fileSize, MAX_FILE_SIZE); in WriteStackToFd()
/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Drule_cluster.cpp49 static const int MAX_FILE_SIZE = 512 * 1024; member
93 if (st.st_size > MAX_FILE_SIZE) { in CheckFileSize()
/base/account/os_account/frameworks/common/file_operator/src/
H A Daccount_file_operator.cpp38 const long MAX_FILE_SIZE = 1 << 24; // 16MB member
279 if ((fileSize < 0) || (fileSize > MAX_FILE_SIZE)) { in GetFileContentByPath()
/base/hiviewdfx/hiview/base/event_publish/
H A Devent_publish.cpp45 constexpr uint64_t MAX_FILE_SIZE = 5 * 1024 * 1024; // 5M member
82 externalLogInfo.maxFileSize_ = MAX_FILE_SIZE; in GetExternalLogInfo()
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
H A Dhitrace_meter.cpp89 constexpr const int MAX_FILE_SIZE = 500 * 1024 * 1024; member
418 if ((g_writeOffset + size) > DEFAULT_CACHE_SIZE && (g_writeOffset + size) < MAX_FILE_SIZE) { in GetTraceBuffer()
1044 g_fileLimitSize = (limitSize > MAX_FILE_SIZE) ? MAX_FILE_SIZE : limitSize; in StartCaptureAppTrace()
/base/hiviewdfx/hitrace/cmd/src/
H A Dhitrace_cmd.cpp143 const int MAX_FILE_SIZE = 512000; // 500 MB member
382 } else if (fileSizeKB < MIN_FILE_SIZE || fileSizeKB > MAX_FILE_SIZE) { in ParseLongOpt()

Completed in 7 milliseconds