Home
last modified time | relevance | path

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

/art/test/577-profile-foreign-dex/src/
DMain.java48 String codePath = System.getenv("DEX_LOCATION") + "/577-profile-foreign-dex.jar"; in main() local
82 String codePath = System.getenv("DEX_LOCATION") + "/577-profile-foreign-dex.jar"; in testMarkerForCodePath() local
137 String[] codePath, String foreignDexProfileDir) throws Exception { in registerAppInfo()
/art/test/595-profile-saving/src/
DMain.java30 String codePath = System.getenv("DEX_LOCATION") + "/595-profile-saving.jar"; in main() local