Searched refs:E2FSPROGS_VERSION (Results 1 – 25 of 32) sorted by relevance
12
/external/e2fsprogs/util/ |
D | gen-android-files | 56 E2FSPROGS_VERSION=`grep E2FSPROGS_VERSION version.h \ 88 base_ver=`echo $E2FSPROGS_VERSION | \ 93 case $E2FSPROGS_VERSION in
|
D | subst.conf.in | 6 E2FSPROGS_VERSION @E2FSPROGS_VERSION@
|
D | gen-tarball.in | 8 base_ver=`echo @E2FSPROGS_VERSION@ | sed -e 's/-WIP//' -e 's/pre-//' -e 's/-PLUS//'`
|
/external/e2fsprogs/ |
D | version.h | 10 #define E2FSPROGS_VERSION "1.44.4" macro
|
D | configure.ac | 12 E2FSPROGS_VERSION=`grep E2FSPROGS_VERSION ${srcdir}/version.h \ 44 base_ver=`echo $E2FSPROGS_VERSION | \ 49 case $E2FSPROGS_VERSION in 59 AC_MSG_RESULT([Generating configuration file for e2fsprogs version $E2FSPROGS_VERSION]) 64 AC_SUBST(E2FSPROGS_VERSION) subst 868 VERSION="$E2FSPROGS_VERSION"
|
D | configure | 2814 E2FSPROGS_VERSION=`grep E2FSPROGS_VERSION ${srcdir}/version.h \ 2847 base_ver=`echo $E2FSPROGS_VERSION | \ 2852 case $E2FSPROGS_VERSION in 2862 …ineno-$LINENO}: result: Generating configuration file for e2fsprogs version $E2FSPROGS_VERSION" >&5 2863 $as_echo "Generating configuration file for e2fsprogs version $E2FSPROGS_VERSION" >&6; } 6101 VERSION="$E2FSPROGS_VERSION"
|
/external/e2fsprogs/lib/ext2fs/ |
D | ext2fs.pc.in | 8 Version: @E2FSPROGS_VERSION@
|
D | version.c | 25 static const char *lib_version = E2FSPROGS_VERSION;
|
D | ext2_err.et.in | 12 "EXT2FS Library version @E2FSPROGS_VERSION@"
|
/external/e2fsprogs/lib/uuid/ |
D | uuid.pc.in | 8 Version: @E2FSPROGS_VERSION@
|
/external/e2fsprogs/lib/e2p/ |
D | e2p.pc.in | 8 Version: @E2FSPROGS_VERSION@
|
/external/e2fsprogs/lib/blkid/ |
D | blkid.pc.in | 8 Version: @E2FSPROGS_VERSION@
|
D | version.c | 23 static const char *lib_version = E2FSPROGS_VERSION;
|
/external/e2fsprogs/lib/et/ |
D | com_err.pc.in | 8 Version: @E2FSPROGS_VERSION@
|
/external/e2fsprogs/lib/ss/ |
D | ss.pc.in | 8 Version: @E2FSPROGS_VERSION@
|
/external/e2fsprogs/misc/ |
D | mklost+found.c | 46 fprintf (stderr, "mklost+found %s (%s)\n", E2FSPROGS_VERSION, in main()
|
D | lsattr.c | 215 E2FSPROGS_VERSION, E2FSPROGS_DATE); in main()
|
D | chattr.c | 350 E2FSPROGS_VERSION, E2FSPROGS_DATE); in main()
|
D | e2initrd_helper.c | 320 E2FSPROGS_VERSION, E2FSPROGS_DATE); in PRS()
|
D | dumpe2fs.c | 612 fprintf(stderr, "dumpe2fs %s (%s)\n", E2FSPROGS_VERSION, in main()
|
D | fsck.c | 1281 printf("fsck %s (%s)\n", E2FSPROGS_VERSION, E2FSPROGS_DATE); in main()
|
/external/e2fsprogs/ext2ed/ |
D | win.c | 45 …sprintf (title_string,"EXT2ED - Extended-2 File System editor ver %s (%s)", E2FSPROGS_VERSION, E2F… in draw_title_win()
|
D | general_com.c | 90 wprintw (show_pad,"EXT2ED ver %s (%s)\n",E2FSPROGS_VERSION, E2FSPROGS_DATE); in help()
|
/external/e2fsprogs/resize/ |
D | main.c | 284 E2FSPROGS_VERSION, E2FSPROGS_DATE); in main()
|
/external/f2fs-tools/ |
D | VERSIONING | 201 "EXT2FS Library version @E2FSPROGS_VERSION@"
|
12