Home
last modified time | relevance | path

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

/base/tee/tee_os_framework/lib/teelib/libssa/include/
Dtee_fs.h39 #define MAX_FILE_SIZE (4 * 1024 * 1024) macro
/base/hiviewdfx/hitrace/test/fuzztest/hitracedump_fuzzer/
Dhitracedump_fuzzer.cpp34 constexpr int MAX_FILE_SIZE = 1024 * 1024; variable
/base/hiviewdfx/hiview/plugins/event_store/event_export/test/unittest/common/
Devent_export_write_test.cpp40 constexpr int64_t MAX_FILE_SIZE = 2000000; variable
/base/request/request/frameworks/js/napi/cache_download/src/
Dpreload_module.cpp44 constexpr int64_t MAX_FILE_SIZE = 4294967296; variable
/base/hiviewdfx/hiview/plugins/freeze_detector/
Drule_cluster.cpp50 static const int MAX_FILE_SIZE = 512 * 1024; variable
/base/hiviewdfx/hiview/base/event_publish/
Devent_publish.cpp55 constexpr uint64_t MAX_FILE_SIZE = 5 * 1024 * 1024; // 5M variable
/base/account/os_account/frameworks/common/file_operator/src/
Daccount_file_operator.cpp40 const long MAX_FILE_SIZE = 16 * 1024 * 1024; // 16MB variable
/base/hiviewdfx/hicollie/frameworks/native/
Dxcollie_utils.cpp45 constexpr uint64_t MAX_FILE_SIZE = 10 * 1024 * 1024; // 10M variable
/base/hiviewdfx/hitrace/cmd/
Dhitrace_cmd.cpp178 const int MAX_FILE_SIZE = 512000; // 500 MB variable
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
Dhitrace_meter.cpp91 constexpr const int MAX_FILE_SIZE = 500 * 1024 * 1024; variable