/aosp_15_r20/external/e2fsprogs/doc/ |
H A D | libblkid.txt | 11 if (blkid_get_cache(&cache, NULL) < 0) 63 and deallocated. To initialize the blkid cache, blkid_get_cache() 66 if (blkid_get_cache(&cache, NULL) < 0) 69 The second parameter of blkid_get_cache (if non-zero) is the alternate 73 If you have called blkid_get_cache(), you should call blkid_put_cache()
|
/aosp_15_r20/external/e2fsprogs/lib/blkid/ |
H A D | resolve.c | 42 if (blkid_get_cache(&c, NULL) < 0) in blkid_get_tag_value() 74 if (blkid_get_cache(&c, NULL) < 0) in blkid_get_devname() 124 if (blkid_get_cache(&cache, "/dev/null") < 0) { in main()
|
H A D | cache.c | 81 int blkid_get_cache(blkid_cache *ret_cache, const char *filename) in blkid_get_cache() function 192 if ((ret = blkid_get_cache(&cache, argv[1])) < 0) { in main() 197 if ((ret = blkid_get_cache(&cache, "/dev/null")) != 0) { in main()
|
H A D | blkid.h | 52 extern int blkid_get_cache(blkid_cache *cache, const char *filename);
|
H A D | save.c | 193 if ((ret = blkid_get_cache(&cache, "/dev/null")) != 0) { in main()
|
H A D | dev.c | 236 if ((ret = blkid_get_cache(&cache, file)) != 0) { in main()
|
H A D | blkid.h.in | 52 extern int blkid_get_cache(blkid_cache *cache, const char *filename);
|
H A D | read.c | 486 if ((ret = blkid_get_cache(&cache, argv[1])) < 0) in main()
|
H A D | tag.c | 441 if ((ret = blkid_get_cache(&cache, file)) != 0) { in main()
|
H A D | devname.c | 550 if ((ret = blkid_get_cache(&cache, "/dev/null")) != 0) { in main()
|
/aosp_15_r20/external/e2fsprogs/debian/ |
H A D | libblkid1.symbols | 18 blkid_get_cache@Base 1.33
|
/aosp_15_r20/external/e2fsprogs/lib/support/ |
H A D | plausible.c | 236 if ((flags & CHECK_FS_EXIST) && blkid_get_cache(&cache, NULL) >= 0) { in check_plausibility()
|
/aosp_15_r20/external/e2fsprogs/misc/ |
H A D | e2initrd_helper.c | 379 blkid_get_cache(&cache, NULL); in main()
|
H A D | blkid.c | 368 if (blkid_get_cache(&cache, read) < 0) in main()
|
H A D | fsck.c | 1280 blkid_get_cache(&cache, NULL); in main()
|
/aosp_15_r20/out/soong/.intermediates/external/e2fsprogs/lib/blkid/libext2_blkid/android_arm64_armv8-2a_cortex-a55_shared/ |
D | libext2_blkid.so.toc | 75 70: FUNC GLOBAL DEFAULT 14 blkid_get_cache
|
/aosp_15_r20/out/soong/.intermediates/external/e2fsprogs/lib/blkid/libext2_blkid/android_vendor_ramdisk_arm64_armv8-2a_cortex-a55_shared/ |
D | libext2_blkid.so.toc | 75 70: FUNC GLOBAL DEFAULT 14 blkid_get_cache
|
/aosp_15_r20/out/soong/.intermediates/external/e2fsprogs/lib/blkid/libext2_blkid/android_recovery_arm64_armv8-2a_cortex-a55_shared/ |
D | libext2_blkid.so.toc | 75 70: FUNC GLOBAL DEFAULT 14 blkid_get_cache
|
/aosp_15_r20/out/soong/.intermediates/external/e2fsprogs/lib/blkid/libext2_blkid/linux_glibc_x86_64_shared/ |
D | libext2_blkid-host.so.toc | 75 70: FUNC GLOBAL DEFAULT 11 blkid_get_cache
|
/aosp_15_r20/device/google/cuttlefish/host/libs/config/ |
D | data_image.cpp | 97 if (blkid_get_cache(&cache, NULL) < 0) { in GetFsType()
|
/aosp_15_r20/out/soong/.intermediates/external/e2fsprogs/lib/support/libext2_quota/linux_glibc_x86_64_shared/ |
D | libext2_quota-host.so.toc | 45 40: FUNC GLOBAL DEFAULT UND blkid_get_cache
|
/aosp_15_r20/out/soong/.intermediates/external/e2fsprogs/lib/support/libext2_quota/android_vendor_ramdisk_arm64_armv8-2a_cortex-a55_shared/ |
D | libext2_quota.so.toc | 40 35: FUNC GLOBAL DEFAULT UND blkid_get_cache
|
/aosp_15_r20/out/soong/.intermediates/external/e2fsprogs/lib/support/libext2_quota/android_recovery_arm64_armv8-2a_cortex-a55_shared/ |
D | libext2_quota.so.toc | 40 35: FUNC GLOBAL DEFAULT UND blkid_get_cache
|
/aosp_15_r20/out/soong/.intermediates/external/e2fsprogs/lib/support/libext2_quota/android_arm64_armv8-2a_cortex-a55_shared/ |
D | libext2_quota.so.toc | 40 35: FUNC GLOBAL DEFAULT UND blkid_get_cache
|
/aosp_15_r20/external/e2fsprogs/debugfs/ |
H A D | journal.c | 402 blkid_get_cache(&blkid, NULL); in ext2fs_get_journal()
|