Searched refs:dst (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.4.5/build/libraries/fs/common/src/ |
| D | fs_file.c | 355 BOOL FS_RenameFile(const char *src, const char *dst) in FS_RenameFile() argument 358 FS_DEBUG_TRACE( "%s(%s->%s)\n", __FUNCTION__, src, dst); in FS_RenameFile() 360 SDK_NULL_ASSERT(dst); in FS_RenameFile() 368 FSArchive *arc_dst = FS_NormalizePath(dst, &baseid_dst, relpath_dst); in FS_RenameFile() 544 BOOL FS_RenameDirectory(const char *src, const char *dst) in FS_RenameDirectory() argument 547 FS_DEBUG_TRACE( "%s(%s->%s)\n", __FUNCTION__, src, dst); in FS_RenameDirectory() 549 SDK_NULL_ASSERT(dst); in FS_RenameDirectory() 557 FSArchive *arc_dst = FS_NormalizePath(dst, &baseid_dst, relpath_dst); in FS_RenameDirectory() 590 static BOOL FSi_GetFullPath(char *dst, const char *path) in FSi_GetFullPath() argument 592 FSArchive *arc = FS_NormalizePath(path, NULL, dst); in FSi_GetFullPath() [all …]
|
| /TwlSDK-5.4.5/build/libraries/os/common/src/ |
| D | os_reset.c | 33 static void OSi_ReadCardRom32(u32 src, void *dst, int len); 857 static void OSi_ReadCardRom32(u32 src, void *dst, int len) in OSi_ReadCardRom32() argument 921 *(u32 *)((u32)dst + pos) = data; in OSi_ReadCardRom32()
|