Home
last modified time | relevance | path

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

/TwlSDK-5.3.1/build/libraries/fs/common/src/
Dfs_file.c36 #define FS_DEBUG_TRACE(...) (void)0 macro
288 FS_DEBUG_TRACE( "%s(%s)\n", __FUNCTION__, path); in FS_CreateFile()
323 FS_DEBUG_TRACE( "%s(%s)\n", __FUNCTION__, path); in FS_DeleteFile()
358 FS_DEBUG_TRACE( "%s(%s->%s)\n", __FUNCTION__, src, dst); in FS_RenameFile()
403 FS_DEBUG_TRACE( "%s\n", __FUNCTION__); in FS_GetPathInfo()
440 FS_DEBUG_TRACE( "%s\n", __FUNCTION__); in FS_SetPathInfo()
477 FS_DEBUG_TRACE( "%s(%s)\n", __FUNCTION__, path); in FS_CreateDirectory()
512 FS_DEBUG_TRACE( "%s(%s)\n", __FUNCTION__, path); in FS_DeleteDirectory()
547 FS_DEBUG_TRACE( "%s(%s->%s)\n", __FUNCTION__, src, dst); in FS_RenameDirectory()
633 FS_DEBUG_TRACE(" trying to complete \"%s\"\n", tmppath); in FSi_ComplementDirectory()
[all …]