Searched defs:XATTR_UUID (Results 1 – 1 of 1) sorted by relevance
1847 private static final String XATTR_UUID = "user.uuid"; field in DatabaseHelper1869 Os.setxattr(db.getPath(), XATTR_UUID, uuid.getBytes(), 0); in resetAndGetUuid() local