Searched refs:secondaryDexFile (Results 1 – 1 of 1) sorted by relevance
89 File secondaryDexFile = in createAndLoadSecondaryDex() local91 if (secondaryDexFile.exists()) { in createAndLoadSecondaryDex()92 secondaryDexFile.delete(); in createAndLoadSecondaryDex()94 copyResourceToFile(SECONDARY_DEX_RES, secondaryDexFile); in createAndLoadSecondaryDex()95 assertThat(secondaryDexFile.setReadOnly()).isTrue(); in createAndLoadSecondaryDex()96 classLoaderCtor.apply(secondaryDexFile.getAbsolutePath(), this.getClass().getClassLoader()); in createAndLoadSecondaryDex()97 return secondaryDexFile.getAbsolutePath(); in createAndLoadSecondaryDex()