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