Home
last modified time | relevance | path

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

/third_party/ntfs-3g/include/ntfs-3g/
Dlogging.h81 #define NTFS_LOG_LEVEL_LEAVE (1 << 11) /* Leave a function */ macro
109 …FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LOG_LEVEL_LEAVE,NULL,FORMAT…
/third_party/ntfs-3g/libntfs-3g/
Dlogging.c84 NTFS_LOG_LEVEL_LEAVE |
216 case NTFS_LOG_LEVEL_LEAVE: in ntfs_log_get_stream()
451 if (level == NTFS_LOG_LEVEL_LEAVE) { in ntfs_log_handler_fprintf()