Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_file_list.h202 int32_t FileListRenameFile(FileList *fileList, uint16_t fileId, const char *newFileName);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_list.c502 int32_t FileListRenameFile(FileList *fileList, uint16_t fileId, const char *newFileName) in FileListRenameFile() function
H A Dnstackx_dfile_transfer.c1168 … if (FileListRenameFile(dFileTrans->fileList, i + 1, renamePara.newFileName) != NSTACKX_EOK) { in RenameFileIfExisting()