Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_list.c109 FileListEntry *fileListEntry = NULL; in FileListSetSendFileList() local
131 fileListEntry = &entryList[i]; in FileListSetSendFileList()
137 …ret = GetFileName(fileListEntry->fullFileName, fileListEntry->fileName, sizeof(fileListEntry->file… in FileListSetSendFileList()
142 ret = GetTargetFileSize(fileListEntry->fullFileName, &fileListEntry->fileSize); in FileListSetSendFileList()
151 fileListEntry->fileId = i + 1; in FileListSetSendFileList()
186 FileListEntry *fileListEntry = NULL; in FileListAddFile() local
211 …if (memcpy_s(fileListEntry->fileName, sizeof(fileListEntry->fileName) - 1, fileName, fileNameLengt… in FileListAddFile()
214 fileListEntry->fileId = fileId; in FileListAddFile()
215 fileListEntry->fileSize = fileSize; in FileListAddFile()
402 FileListEntry *fileListEntry = NULL; in FileListDestroy() local
[all …]