Searched defs:apk_orig_pos (Results 1 - 1 of 1) sorted by relevance

/art/oatdump/
H A Doatdump.cc678 size_t apk_orig_pos = dex_file_location.rfind('/'); local
679 if (apk_orig_pos != std::string::npos) {
680 dex_orig_name = dex_file_location.substr(++apk_orig_pos);

Completed in 62 milliseconds