Home
last modified time | relevance | path

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

/TwlSDK-5.4/include/nitro/fs/
Dfile.h330 BOOL FS_RenameFile(const char *src, const char *dst);
/TwlSDK-5.4/build/libraries/fs/common/src/
Dfs_file.c355 BOOL FS_RenameFile(const char *src, const char *dst) in FS_RenameFile() function
767 result = FS_RenameFile(src, dst); in FS_RenameFileAuto()