Searched refs:dex_location_path (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dclass_linker.cc1733 std::string dex_location_path = dex_location; local
1734 const size_t pos = dex_location_path.find_last_of('/');
1736 dex_location_path = dex_location_path.substr(0, pos + 1); // Keep trailing '/'
1737 dex_file_location = dex_location_path + dex_file_location;

Completed in 146 milliseconds