/external/e2fsprogs/lib/blkid/ |
resolve.c | 42 if (blkid_get_cache(&c, NULL) < 0) 74 if (blkid_get_cache(&c, NULL) < 0) 124 if (blkid_get_cache(&cache, "/dev/null") < 0) {
|
cache.c | 81 int blkid_get_cache(blkid_cache *ret_cache, const char *filename) function 192 if ((ret = blkid_get_cache(&cache, argv[1])) < 0) { 197 if ((ret = blkid_get_cache(&cache, "/dev/null")) != 0) {
|
blkid.h | 52 extern int blkid_get_cache(blkid_cache *cache, const char *filename);
|
blkid.h.in | 52 extern int blkid_get_cache(blkid_cache *cache, const char *filename);
|
dev.c | 235 if ((ret = blkid_get_cache(&cache, file)) != 0) {
|
save.c | 185 if ((ret = blkid_get_cache(&cache, "/dev/null")) != 0) {
|
read.c | 486 if ((ret = blkid_get_cache(&cache, argv[1])) < 0)
|
tag.c | 441 if ((ret = blkid_get_cache(&cache, file)) != 0) {
|
devname.c | 550 if ((ret = blkid_get_cache(&cache, "/dev/null")) != 0) {
|
probe.c | [all...] |
/external/e2fsprogs/lib/support/ |
plausible.c | 240 if ((flags & CHECK_FS_EXIST) && blkid_get_cache(&cache, NULL) >= 0) {
|
/external/e2fsprogs/misc/ |
blkid.c | 368 if (blkid_get_cache(&cache, read) < 0)
|
e2initrd_helper.c | 378 blkid_get_cache(&cache, NULL);
|
fsck.c | 1277 blkid_get_cache(&cache, NULL);
|
/external/e2fsprogs/debugfs/ |
journal.c | 402 blkid_get_cache(&blkid, NULL);
|
/external/e2fsprogs/e2fsck/ |
unix.c | 829 blkid_get_cache(&ctx->blkid, NULL); [all...] |
/external/e2fsprogs/ |
configure | [all...] |