Searched refs:hfsplus (Results 1 – 4 of 4) sorted by relevance
/external/e2fsprogs/lib/blkid/ |
D | probe.c | 1229 struct hfsplus_vol_header *hfsplus; in probe_hfsplus() local 1267 hfsplus = (struct hfsplus_vol_header *) buf; in probe_hfsplus() 1270 hfsplus = (struct hfsplus_vol_header *) buf; in probe_hfsplus() 1272 if ((memcmp(hfsplus->signature, "H+", 2) != 0) && in probe_hfsplus() 1273 (memcmp(hfsplus->signature, "HX", 2) != 0)) in probe_hfsplus() 1276 uuid_ptr = (unsigned long long *)hfsplus->finder_info.id; in probe_hfsplus() 1283 blocksize = blkid_be32(hfsplus->blocksize); in probe_hfsplus() 1287 memcpy(extents, hfsplus->cat_file.extents, sizeof(extents)); in probe_hfsplus()
|
/external/selinux/libsepol/tests/policies/test-cond/ |
D | refpolicy-base.conf | 1722 genfscon hfsplus / system_u:object_r:nfs_t:s0
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.41.txt | 1190 correctly extract the label and uuid for hfs, hfsx, and hfsplus
|
/external/e2fsprogs/debian/ |
D | changelog | 2154 for hfs, hfsplus, and hfsx filesystems in libblkid.
|