Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump.cc1029 size_t apk_orig_pos = dex_file_location.rfind('/'); in ExportDexFile() local
1030 if (apk_orig_pos != std::string::npos) { in ExportDexFile()
1031 dex_orig_name = dex_file_location.substr(++apk_orig_pos); in ExportDexFile()