Home
last modified time | relevance | path

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

/third_party/ntfs-3g/include/ntfs-3g/
Dlogging.h86 #define NTFS_LOG_FLAG_LINE (1 << 2) /* Show the line number of the message */ macro
/third_party/ntfs-3g/libntfs-3g/
Dlogging.c470 if (ntfs_log.flags & NTFS_LOG_FLAG_LINE) /* Source line number */ in ntfs_log_handler_fprintf()