Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
Dlogging.c89 NTFS_LOG_FLAG_ONLYNAME,
460 if ((ntfs_log.flags & NTFS_LOG_FLAG_ONLYNAME) && in ntfs_log_handler_fprintf()
/third_party/ntfs-3g/include/ntfs-3g/
Dlogging.h88 #define NTFS_LOG_FLAG_ONLYNAME (1 << 4) /* Only display the filename, not the pathname */ macro