Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dart_dex_file_loader_test.cc295 UniqueCPtr<const char[]> dex_location_real(realpath(file.GetFilename().c_str(), nullptr)); in TEST_F() local
296 std::string dex_location(dex_location_real.get()); in TEST_F()