Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_test.cc548 std::string multidex_location = DexFile::GetMultiDexLocation(1, dex_location.c_str()); in TEST_F() local
549 ASSERT_EQ(multidex_location, DexFile::GetDexCanonicalLocation(multidex_location.c_str())); in TEST_F()
557 ASSERT_EQ(multidex_location, DexFile::GetDexCanonicalLocation(multidex_location_sym.c_str())); in TEST_F()