Home
last modified time | relevance | path

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

/art/libartservice/service/java/com/android/server/art/
DPrimaryDexUtils.java125 File splitDexFile = new File(dexInfoBuilder.mSplit.getPath()); in getDetailedDexInfoImpl() local
126 if (!splitDexFile.getParent().equals(baseDexFile.getParent())) { in getDetailedDexInfoImpl()
129 + splitDexFile.getParent() + " != " + baseDexFile.getParent()); in getDetailedDexInfoImpl()
131 dexInfoBuilder.mRelativeDexPath = splitDexFile.getName(); in getDetailedDexInfoImpl()
149 "Split dependency not found for " + splitDexFile); in getDetailedDexInfoImpl()