Home
last modified time | relevance | path

Searched refs:NSTACKX_MAX_FILE_SIZE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_frame.h56 #define NSTACKX_MAX_FILE_SIZE (0x7FFFFFFFFF) /* Max file size 512GB */ macro
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_list.c143 if ((ret != NSTACKX_EOK) || (fileListEntry->fileSize > NSTACKX_MAX_FILE_SIZE)) { in FileListSetSendFileList()
200 if (fileSize > NSTACKX_MAX_FILE_SIZE) { in FileListAddFile()