Home
last modified time | relevance | path

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

/third_party/ntfs-3g/include/ntfs-3g/
Dlogging.h87 #define NTFS_LOG_FLAG_FUNCTION (1 << 3) /* Show the function name containing the message */ macro
/third_party/ntfs-3g/libntfs-3g/
Dlogging.c473 if ((ntfs_log.flags & NTFS_LOG_FLAG_FUNCTION) || /* Source function */ in ntfs_log_handler_fprintf()