Searched refs:ntfsprogs (Results 1 – 5 of 5) sorted by relevance
/third_party/ntfs-3g/ |
D | configure.ac | 147 [ntfsprogs], optenable 148 [AS_HELP_STRING([--disable-ntfsprogs],[disable ntfsprogs utilities 162 [AS_HELP_STRING([--enable-extras],[enable extra ntfsprogs utilities 170 [AS_HELP_STRING([--enable-quarantined],[enable quarantined ntfsprogs utilities 340 AC_MSG_ERROR([ntfsprogs crypto code requires the gcrypt library.]) 342 AC_MSG_WARN([ntfsprogs crypto code requires the gcrypt library.]) 348 AC_MSG_ERROR([ntfsprogs crypto code requires the gnutls library.]) 350 AC_MSG_WARN([ntfsprogs crypto code requires the gnutls library.]) 399 AC_MSG_WARN([ntfsprogs DCE compliant UUID generation code requires the uuid library.]) 432 AC_MSG_WARN([ntfsprogs DCE compliant UUID generation code requires the uuid library.]) [all …]
|
D | Makefile.am | 27 SUBDIRS = include libfuse-lite libntfs-3g ntfsprogs src subdir 49 ntfsprogs: libntfs target 50 (cd ntfsprogs && $(MAKE)) || exit 1; 54 (cd ntfsprogs && $(MAKE) strip) || exit 1; 59 (cd ntfsprogs && $(MAKE) extras) || exit 1;
|
D | BUILD.gn | 20 group("ntfsprogs") { 22 "ntfsprogs:fsck.ntfs", 23 "ntfsprogs:mount.ntfs", 24 "ntfsprogs:ntfslabel",
|
D | README.md | 37 All the NTFS related components: the file system drivers, the ntfsprogs 71 --disable-ntfsprogs : do not build the ntfsprogs tools, 72 --enable-extras : build more ntfsprogs tools, 81 make drivers : only build drivers and libraries, without ntfsprogs 82 make ntfsprogs : only build ntfsprogs and libntfs-3g, without drivers 126 The ntfsprogs directory includes utilities for doing all required tasks to
|
/third_party/ntfs-3g/ntfsprogs/ |
D | Makefile.am | 27 ntfsundelete.8 ntfsresize.8 ntfsprogs.8 ntfsls.8 \
|