Home
last modified time | relevance | path

Searched refs:PARAM_STARING_MAX_MEMORY (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/interfaces/kits/cj/src/
H A Dfile_fileuri_ffi.cpp37 if (origin.length() > OHOS::FileManagement::Backup::BConstants::PARAM_STARING_MAX_MEMORY) { in MallocCString()
/ohos5.0/foundation/filemanagement/app_file_service/interfaces/kits/ndk/fileuri/src/
H A Doh_file_uri.cpp31 if (count > OHOS::FileManagement::Backup::BConstants::PARAM_STARING_MAX_MEMORY) { in GetValue()
/ohos5.0/foundation/filemanagement/app_file_service/utils/include/b_resources/
H A Db_constants.h85 constexpr int32_t PARAM_STARING_MAX_MEMORY = 2 * 1024 * 1024; variable