HomeSort by relevance Sort by last modified time
    Searched refs:blkid (Results 1 - 17 of 17) sorted by null

  /external/e2fsprogs/
depfix.sed 28 s;\.\./[^ ]*lib/blkid/blkid[^ ]* *;;g
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>
  /build/target/product/
base.mk 28 blkid \
  /external/e2fsprogs/misc/
Makefile.in 23 @BLKID_CMT@BLKID_PROG= blkid
24 @BLKID_CMT@BLKID_MAN= blkid.8
54 BLKID_OBJS= blkid.o
73 PROFILED_BLKID_OBJS= profiled/blkid.o
82 $(srcdir)/uuidgen.c $(srcdir)/blkid.c $(srcdir)/logsave.c \
109 @PROFILE_CMT@all:: tune2fs.profiled blkid.profiled e2image.profiled \
178 blkid: $(BLKID_OBJS) $(DEPLIBBLKID) $(LIBEXT2FS)
180 $(Q) $(CC) $(ALL_LDFLAGS) -o blkid $(BLKID_OBJS) $(LIBBLKID) $(LIBINTL) \
183 blkid.static: $(BLKID_OBJS) $(STATIC_DEPLIBS) $(DEPSTATIC_LIBBLKID)
185 $(Q) $(CC) $(ALL_LDFLAGS) -o blkid.static $(BLKID_OBJS) $(STATIC_LIBS)
    [all...]
Android.mk 404 # Build blkid
409 blkid.c
457 LOCAL_MODULE := blkid
mke2fs.c 50 #include <blkid/blkid.h>
    [all...]
  /external/e2fsprogs/e2fsck/
e2fsck.c 177 if (ctx->blkid)
178 blkid_put_cache(ctx->blkid);
e2fsck.h 32 #include "blkid.h"
36 #include "blkid/blkid.h"
234 blkid_cache blkid; /* blkid cache */ member in struct:e2fsck_struct
journal.c 350 ctx->journal_name = blkid_get_devname(ctx->blkid,
1075 journal_name = blkid_get_devname(ctx->blkid, "UUID", uuid);
unix.c 768 blkid_get_cache(&ctx->blkid, NULL);
860 ctx->journal_name = blkid_get_devname(ctx->blkid,
936 ctx->filesystem_name = blkid_get_devname(ctx->blkid, argv[optind], 0);
    [all...]
  /external/e2fsprogs/debian/
rules 44 BLKID_VERSION ?= $(shell grep ELF_VERSION lib/blkid/Makefile.in | cut '-d ' -f3)
45 BLKID_SOVERSION ?= $(shell grep ELF_SO_VERSION lib/blkid/Makefile.in | cut '-d ' -f3)

Completed in 166 milliseconds