Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dart_dex_file_loader_test.cc302 std::string dex_location_sym = dex_location + "symlink"; in TEST_F() local
303 ASSERT_EQ(0, symlink(dex_location.c_str(), dex_location_sym.c_str())); in TEST_F()
305 ASSERT_EQ(dex_location, DexFileLoader::GetDexCanonicalLocation(dex_location_sym.c_str())); in TEST_F()
308 1, dex_location_sym.c_str()); in TEST_F()
312 ASSERT_EQ(0, unlink(dex_location_sym.c_str())); in TEST_F()