Searched refs:relpath_dst (Results 1 – 6 of 6) sorted by relevance
| /TwlSDK-5.1.0/include/nitro/fs/ |
| D | archive.h | 65 …ruct FSArchive*, u32 baseid_src, const char *relpath_src, u32 baseid_dst, const char *relpath_dst); 70 …)(struct FSArchive*, u32 baseid, const char *relpath_src, u32 baseid_dst, const char *relpath_dst);
|
| /TwlSDK-5.1.0/build/libraries/fs/common/include/ |
| D | command.h | 169 const char *relpath_dst; member
|
| /TwlSDK-5.1.0/build/libraries/fs/common/src/ |
| D | fs_file.c | 364 char relpath_dst[FS_ARCHIVE_FULLPATH_MAX + 1]; in FS_RenameFile() local 368 FSArchive *arc_dst = FS_NormalizePath(dst, &baseid_dst, relpath_dst); in FS_RenameFile() 383 arg->relpath_dst = relpath_dst; in FS_RenameFile() 553 char relpath_dst[FS_ARCHIVE_FULLPATH_MAX + 1]; in FS_RenameDirectory() local 557 FSArchive *arc_dst = FS_NormalizePath(dst, &baseid_dst, relpath_dst); in FS_RenameDirectory() 572 arg->relpath_dst = relpath_dst; in FS_RenameDirectory()
|
| D | fs_archive_fatfs.c | 679 …e(FSArchive *arc, u32 baseid_src, const char *relpath_src, u32 baseid_dst, const char *relpath_dst) in FSi_FATFS_RenameFile() argument 684 u16 *dst = FSi_AllocUnicodeFullPath(context, relpath_dst); in FSi_FATFS_RenameFile() 799 …y(FSArchive *arc, u32 baseid_src, const char *relpath_src, u32 baseid_dst, const char *relpath_dst) in FSi_FATFS_RenameDirectory() argument 804 u16 *dst = FSi_AllocUnicodeFullPath(context, relpath_dst); in FSi_FATFS_RenameDirectory()
|
| D | fs_archive.c | 269 …OKE_METHOD_(RenameFile, arc, arg->baseid_src, arg->relpath_src, arg->baseid_dst, arg->relpath_dst); in FSi_InvokeCommand() 284 …ETHOD_(RenameDirectory, arc, arg->baseid_src, arg->relpath_src, arg->baseid_dst, arg->relpath_dst); in FSi_InvokeCommand()
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/DEMOLib/src/ |
| D | DEMOHostio.c | 389 u32 baseid_dst, const char *relpath_dst) in DEMOi_HIO_RenameFileOrDirectory() argument 398 DEMOi_HIO_CreateFullPath(context, tmppath2, relpath_dst); in DEMOi_HIO_RenameFileOrDirectory()
|