Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/app_domain_verify/interfaces/kits/js/src/
H A Dconfig_parser.cpp24 constexpr int MAX_FILE_SIZE = 1024; variable
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/
H A Dxcollie_utils.h51 constexpr uint64_t MAX_FILE_SIZE = 10 * 1024 * 1024; // 10M variable
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dapplication_cleaner.cpp50 constexpr int64_t MAX_FILE_SIZE = 50 * 1024; variable
/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Drule_cluster.h214 static const int MAX_FILE_SIZE = 512 * 1024; variable
/ohos5.0/base/account/os_account/frameworks/common/file_operator/src/
H A Daccount_file_operator.cpp38 const long MAX_FILE_SIZE = 1 << 24; // 16MB variable
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_dfx.cpp45 constexpr int32_t MAX_FILE_SIZE = 10 * 1024 * 1024; variable
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dtar_file.cpp38 const uint64_t MAX_FILE_SIZE = 0777777777777L; variable
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/exif_metadata_accessor_test/
H A Dexif_getfilterarea_test.cpp52 static const int MAX_FILE_SIZE = 1000 * 1000 * 100; variable
/ohos5.0/base/hiviewdfx/hiview/base/event_publish/
H A Devent_publish.cpp45 constexpr uint64_t MAX_FILE_SIZE = 5 * 1024 * 1024; // 5M variable
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/include/
H A Dclient_trans_proxy_file_manager.h29 #define MAX_FILE_SIZE (0x500000) /* 5M */ macro
/ohos5.0/base/hiviewdfx/hitrace/cmd/src/
H A Dhitrace_cmd.cpp143 const int MAX_FILE_SIZE = 512000; // 500 MB variable
/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
H A Dhitrace_meter.cpp89 constexpr const int MAX_FILE_SIZE = 500 * 1024 * 1024; variable
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Dexif_info.cpp59 static constexpr unsigned long MAX_FILE_SIZE = 1000 * 1000 * 1000; variable