Searched defs:multidex_location (Results 1 - 1 of 1) sorted by path

/art/runtime/
H A Ddex_file_test.cc376 std::string multidex_location = DexFile::GetMultiDexLocation(1, dex_location.c_str()); local
377 ASSERT_EQ(multidex_location, DexFile::GetDexCanonicalLocation(multidex_location.c_str()));
385 ASSERT_EQ(multidex_location, DexFile::GetDexCanonicalLocation(multidex_location_sym.c_str()));

Completed in 26 milliseconds