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

  /external/e2fsprogs/lib/blkid/
probe.c 1191 struct hfsplus_vol_header *hfsplus; local
1228 hfsplus = (struct hfsplus_vol_header *) buf;
1231 hfsplus = (struct hfsplus_vol_header *) buf;
1233 if ((memcmp(hfsplus->signature, "H+", 2) != 0) &&
1234 (memcmp(hfsplus->signature, "HX", 2) != 0))
1237 uuid = blkid_le64(*((unsigned long long *) hfsplus->finder_info.id));
1243 blocksize = blkid_be32(hfsplus->blocksize);
1244 memcpy(extents, hfsplus->cat_file.extents, sizeof(extents));
    [all...]
  /external/libsepol/tests/policies/test-cond/
refpolicy-base.conf     [all...]

Completed in 397 milliseconds