Searched refs:apk_orig_pos (Results 1 – 1 of 1) sorted by relevance
1008 size_t apk_orig_pos = dex_file_location.rfind('/'); in ExportDexFile() local1009 if (apk_orig_pos != std::string::npos) { in ExportDexFile()1010 dex_orig_name = dex_file_location.substr(++apk_orig_pos); in ExportDexFile()