Home
last modified time | relevance | path

Searched refs:dex_location_str (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Ddex_file_test.cc352 std::string dex_location_str = "/system/app/framework.jar"; in TEST_F() local
353 const char* dex_location = dex_location_str.c_str(); in TEST_F()
Dclass_linker.cc1206 std::string dex_location_str(dex_location); in FindOatFileContainingDexFileFromDexLocation() local
1207 std::unique_ptr<const OatFile> oat_file(OpenOatFileFromDexLocation(dex_location_str, isa, in FindOatFileContainingDexFileFromDexLocation()