Searched refs:XATTR_UUID (Results 1 – 1 of 1) sorted by relevance
1478 private static final String XATTR_UUID = "user.uuid"; field in MediaProvider1486 return new String(Os.getxattr(db.getPath(), XATTR_UUID)); in getOrCreateUuid()1492 Os.setxattr(db.getPath(), XATTR_UUID, uuid.getBytes(), 0); in getOrCreateUuid()