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