/external/e2fsprogs/ |
depfix.sed | 28 s;../[^ ]*lib/blkid/blkid[^ ]* *;;g
|
e2fsprogs.spec | 113 %{_root_sbindir}/blkid 159 %{_mandir}/man8/blkid.8* 203 %{_libdir}/pkgconfig/blkid.pc 212 %{_includedir}/blkid
|
configure | [all...] |
/external/e2fsprogs/lib/blkid/ |
version.c | 2 * version.c --- Return the version of the blkid library 19 #include <blkid/blkid.h>
|
blkidP.h | 19 #include <blkid/blkid.h> 21 #include <blkid/list.h> 85 /* This describes an entire blkid cache file and probed devices. 107 #define BLKID_CACHE_FILE "/etc/blkid.tab"
|
blkid.h | 2 * blkid.h - Interface for libblkid, a library to identify block devices 17 #include <blkid/blkid_types.h>
|
read.c | 2 * read.c - read the blkid cache from disk, to avoid scanning all devices 195 printf("blkid: short line parsing dev: %s\n", *cp)); 213 printf("blkid: missing </device> ending: %s\n", end)); 218 DBG(DEBUG_READ, printf("blkid: empty device name: %s\n", *cp)); 366 printf("blkid: device %s has no TYPE\n",dev->bid_name)); 429 printf("blkid: bad format on line %d\n", lineno));
|
blkid.h.in | 2 * blkid.h - Interface for libblkid, a library to identify block devices 17 #include <blkid/blkid_types.h>
|
probe.h | 17 #include <blkid/blkid_types.h>
|
/external/e2fsprogs/misc/ |
Makefile.in | 20 @BLKID_CMT@BLKID_PROG= blkid 21 @BLKID_CMT@BLKID_MAN= blkid.8 50 BLKID_OBJS= blkid.o 68 PROFILED_BLKID_OBJS= profiled/blkid.o 78 $(srcdir)/uuidgen.c $(srcdir)/blkid.c $(srcdir)/logsave.c \ 104 @PROFILE_CMT@all:: tune2fs.profiled blkid.profiled e2image.profiled \ 160 blkid: $(BLKID_OBJS) $(DEPLIBBLKID) $(LIBEXT2FS) 162 $(Q) $(CC) $(ALL_LDFLAGS) -o blkid $(BLKID_OBJS) $(LIBBLKID) $(LIBINTL) \ 165 blkid.static: $(BLKID_OBJS) $(STATIC_DEPLIBS) $(DEPSTATIC_LIBBLKID) 167 $(Q) $(CC) $(ALL_LDFLAGS) -o blkid.static $(BLKID_OBJS) $(STATIC_LIBS) [all...] |
mke2fs.c | 53 #include <blkid/blkid.h> [all...] |
/external/e2fsprogs/e2fsck/ |
e2fsck.c | 177 if (ctx->blkid) 178 blkid_put_cache(ctx->blkid);
|
unix.c | 677 blkid_get_cache(&ctx->blkid, NULL); 768 ctx->journal_name = blkid_get_devname(ctx->blkid, 842 ctx->filesystem_name = blkid_get_devname(ctx->blkid, argv[optind], 0); [all...] |
e2fsck.h | 32 #include "blkid.h" 36 #include "blkid/blkid.h" 219 blkid_cache blkid; /* blkid cache */ member in struct:e2fsck_struct
|
journal.c | 347 ctx->journal_name = blkid_get_devname(ctx->blkid, 1055 journal_name = blkid_get_devname(ctx->blkid, "UUID", uuid);
|
/external/e2fsprogs/debian/ |
rules | 41 BLKID_VERSION = $(shell grep ELF_VERSION lib/blkid/Makefile.in | cut '-d ' -f3) 42 BLKID_SOVERSION = $(shell grep ELF_SO_VERSION lib/blkid/Makefile.in | cut '-d ' -f3)
|