Home
last modified time | relevance | path

Searched defs:fileNameLength (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_file_common.c34 uint32_t fileNameLength; member
205 size_t fileNameLength = strlen(destFile[i]); in FileListToBuffer() local
265 uint32_t fileNameLength = ntohl(fileListItem->fileNameLength); in BufferToFileList() local
H A Dclient_trans_proxy_file_helper.c396 int32_t fileNameLength = -1; in GetAbsFullPath() local
/ohos5.0/base/update/updater/services/package/pkg_package/
H A Dpkg_zipfile.cpp533 size_t fileNameLength = nameSize; in DecodeCentralDirEntry() local
610 size_t fileNameLength = (nameSize >= MAX_FILE_NAME) ? MAX_FILE_NAME - 1 : nameSize; in DecodeLocalFileHeader() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_frame.h90 uint16_t fileNameLength; member
97 uint16_t fileNameLength; member
H A Dnstackx_file_list.h118 size_t fileNameLength; member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_list.c183 …ileListAddFile(FileList *fileList, uint16_t fileId, const uint8_t *fileName, size_t fileNameLength, in FileListAddFile()
H A Dnstackx_dfile_frame.c428 size_t fileNameLength = ntohs(fileInfoUnit->fileNameLength); in DecodeFileHeaderFrameSp() local
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Djs_fwk_common.cpp447 size_t fileNameLength = 0; in RelocateFilePath() local