OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:multidex_location
(Results
1 - 1
of
1
) sorted by null
/art/runtime/dex/
art_dex_file_loader_test.cc
299
std::string
multidex_location
= DexFileLoader::GetMultiDexLocation(1, dex_location.c_str());
local
300
ASSERT_EQ(
multidex_location
, DexFileLoader::GetDexCanonicalLocation(
multidex_location
.c_str()));
309
ASSERT_EQ(
multidex_location
,
Completed in 2882 milliseconds