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
1229 hfsplus = (struct hfsplus_vol_header *) buf;
1232 hfsplus = (struct hfsplus_vol_header *) buf;
1234 if ((memcmp(hfsplus->signature, "H+", 2) != 0) &&
1235 (memcmp(hfsplus->signature, "HX", 2) != 0))
1238 uuid_ptr = (unsigned long long *)hfsplus->finder_info.id;
1245 blocksize = blkid_be32(hfsplus->blocksize);
1246 memcpy(extents, hfsplus->cat_file.extents, sizeof(extents));
    [all...]
  /external/libsepol/tests/policies/test-cond/
refpolicy-base.conf     [all...]

Completed in 187 milliseconds