Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_test.cc383 std::string multidex_location_sym = DexFile::GetMultiDexLocation(1, dex_location_sym.c_str()); in TEST_F() local
384 ASSERT_EQ(multidex_location, DexFile::GetDexCanonicalLocation(multidex_location_sym.c_str())); in TEST_F()