Home
last modified time | relevance | path

Searched refs:SIZE_OF_FILE_ATTRIBUTES (Results 1 – 1 of 1) sorted by relevance

/packages/providers/MediaProvider/src/com/android/providers/media/util/
DXAttrUtils.java49 static final int SIZE_OF_FILE_ATTRIBUTES = 18; field in XAttrUtils
89 byte[] bytes = new byte[SIZE_OF_FILE_ATTRIBUTES]; in serializeFileAccessAttributes()
105 if (offset != SIZE_OF_FILE_ATTRIBUTES) { in serializeFileAccessAttributes()
133 if (offset != SIZE_OF_FILE_ATTRIBUTES) { in deserializeFileAccessAttributes()