Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_test.cc371 UniqueCPtr<const char[]> dex_location_real(realpath(file.GetFilename().c_str(), nullptr)); in TEST_F() local
372 std::string dex_location(dex_location_real.get()); in TEST_F()