Searched refs:splitfile (Results 1 – 1 of 1) sorted by relevance
338 File splitfile = new File(createApkPath(TEST_APK_SPLIT0)); in testInstallWithIdSigAndSplit() local339 File[] files = new File[]{apkfile, splitfile}; in testInstallWithIdSigAndSplit()344 (apkfile.length() + splitfile.length()), param), in testInstallWithIdSigAndSplit()1045 File splitfile = new File(createApkPath(TEST_APK_SPLIT0)); in testInstallWithIdSigStreamIncompleteDataForSplit() local1046 long splitLength = splitfile.length(); in testInstallWithIdSigStreamIncompleteDataForSplit()1049 File[] files = new File[]{apkfile, splitfile}; in testInstallWithIdSigStreamIncompleteDataForSplit()1054 (apkfile.length() + splitfile.length()), param), in testInstallWithIdSigStreamIncompleteDataForSplit()1227 final File splitfile = new File(createApkPath(splitName)); in installSplit() local1231 + splitfile.getPath())) { in installSplit()