Home
last modified time | relevance | path

Searched refs:icheck (Results 1 – 12 of 12) sorted by relevance

/external/e2fsprogs/debugfs/
DAndroid.bp14 "icheck.c",
Dro_debug_cmds.ct28 icheck;
DMakefile.in19 DEBUG_OBJS= debug_cmds.o debugfs.o util.o ncheck.o icheck.o ls.o \
24 RO_DEBUG_OBJS= ro_debug_cmds.o ro_debugfs.o util.o ncheck.o icheck.o ls.o \
29 $(srcdir)/ncheck.c $(srcdir)/icheck.c $(srcdir)/lsdel.c \
225 icheck.o: $(srcdir)/icheck.c $(top_builddir)/lib/config.h \
Ddebug_cmds.ct35 icheck;
/external/e2fsprogs/doc/RelNotes/
Dv1.18.txt20 Debugfs's ncheck and icheck commands now handles the case where there
Dv1.15.txt52 Make debugfs's icheck command more robust by checking to make sure an
Dv1.26.txt94 Debugfs's stat and icheck commands now properly deals with large (>
Dv1.39.txt100 Fix a bug in debugfs's icheck which would incorrectly report the owner
Dv1.42.txt1544 Debugfs's icheck will now correctly find inodes which use the
/external/ImageMagick/coders/
Dpng.c2748 icheck, in ReadOnePNGImage() local
2760 for (icheck=0; sRGB_info[icheck].len > 0; icheck++) in ReadOnePNGImage()
2762 if (profile_length == sRGB_info[icheck].len) in ReadOnePNGImage()
2778 if (profile_crc == sRGB_info[icheck].crc) in ReadOnePNGImage()
2783 sRGB_info[icheck].intent)); in ReadOnePNGImage()
2788 sRGB_info[icheck].intent); in ReadOnePNGImage()
2794 if (sRGB_info[icheck].len == 0) in ReadOnePNGImage()
8661 icheck, in WriteOnePNGImage() local
8674 for (icheck=0; sRGB_info[icheck].len > 0; icheck++) in WriteOnePNGImage()
8676 if (length == sRGB_info[icheck].len) in WriteOnePNGImage()
[all …]
/external/e2fsprogs/lib/ext2fs/
DMakefile.in24 ncheck.o icheck.o ls.o lsdel.o dump.o set_fields.o logdump.o \
33 $(top_srcdir)/debugfs/icheck.c \
390 icheck.o: $(top_srcdir)/debugfs/icheck.c
1217 icheck.o: $(top_srcdir)/debugfs/icheck.c $(top_builddir)/lib/config.h \
/external/e2fsprogs/debian/
Dchangelog1334 * Debugfs's icheck will now correctly find inodes which use the
2594 * Fix debugfs's icheck to correctly report the owner of an EA block