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