Searched refs:appdir (Results 1 – 1 of 1) sorted by relevance
153 String[] appdir = {"app", "priv-app"}; in testPartitions() local157 for (int j = 0; j < appdir.length; j++) { in testPartitions()158 File path = new File(String.format("%s/%s/A.apk", partitions[i], appdir[j])); in testPartitions()