Searched refs:splitDexFile (Results 1 – 1 of 1) sorted by relevance
125 File splitDexFile = new File(dexInfoBuilder.mSplit.getPath()); in getDetailedDexInfoImpl() local126 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()