Home
last modified time | relevance | path

Searched defs:foreignDexProfileDir (Results 1 – 1 of 1) sorted by relevance

/art/test/577-profile-foreign-dex/src/
DMain.java37 File foreignDexProfileDir = null; in main() local
74 private static void testMarkerForForeignDex(File foreignDexProfileDir) throws Exception { in testMarkerForForeignDex()
81 private static void testMarkerForCodePath(File foreignDexProfileDir) throws Exception { in testMarkerForCodePath()
87 private static void testMarkerForApplicationDexFile(File foreignDexProfileDir, File appDir) in testMarkerForApplicationDexFile()
105 private static void checkMarker(File foreignDexProfileDir, String dexFile, boolean exists) { in checkMarker()
137 String[] codePath, String foreignDexProfileDir) throws Exception { in registerAppInfo()