Home
last modified time | relevance | path

Searched refs:ConfigIndex (Results 1 - 1 of 1) sorted by relevance

/developtools/packing_tool/adapter/ohos/
H A DResourcesParser.java187 static class ConfigIndex { class in ResourcesParser
263 Optional<ConfigIndex> optionalConfigIndex = loadBaseConfig(byteBuf, configCount); in getBaseResource()
279 static Optional<ConfigIndex> loadBaseConfig(ByteBuffer bufBuf, int count) { in loadBaseConfig()
281 ConfigIndex cfg = new ConfigIndex(); in loadBaseConfig()
309 static String readBaseItem(int resId, ConfigIndex configIndex, ByteBuffer buf) { in readBaseItem()
343 List<ConfigIndex> cfg = loadConfig(byteBuf, configCount); in getResource()
355 static List<ConfigIndex> loadConfig(ByteBuffer bufBuf, int count) { in loadConfig()
356 List<ConfigIndex> configList = new ArrayList<>(count); in loadConfig()
358 ConfigIndex cf in loadConfig()
[all...]

Completed in 2 milliseconds