Searched refs:dex_location_str (Results 1 – 2 of 2) sorted by relevance
352 std::string dex_location_str = "/system/app/framework.jar"; in TEST_F() local353 const char* dex_location = dex_location_str.c_str(); in TEST_F()
1206 std::string dex_location_str(dex_location); in FindOatFileContainingDexFileFromDexLocation() local1207 std::unique_ptr<const OatFile> oat_file(OpenOatFileFromDexLocation(dex_location_str, isa, in FindOatFileContainingDexFileFromDexLocation()