OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dex_location_sym
(Results
1 - 1
of
1
) sorted by null
/art/runtime/
dex_file_test.cc
378
std::string
dex_location_sym
= dex_location + "symlink";
local
379
ASSERT_EQ(0, symlink(dex_location.c_str(),
dex_location_sym
.c_str()));
381
ASSERT_EQ(dex_location, DexFile::GetDexCanonicalLocation(
dex_location_sym
.c_str()));
383
std::string multidex_location_sym = DexFile::GetMultiDexLocation(1,
dex_location_sym
.c_str());
386
ASSERT_EQ(0, unlink(
dex_location_sym
.c_str()));
Completed in 366 milliseconds