Searched refs:dex_orig_pos (Results 1 – 1 of 1) sorted by relevance
1021 size_t dex_orig_pos = dex_file_location.rfind('/'); in ExportDexFile() local1022 if (dex_orig_pos == std::string::npos) in ExportDexFile()1025 dex_orig_name = dex_file_location.substr(dex_orig_pos + 1); in ExportDexFile()1030 dex_orig_pos != std::string::npos) { in ExportDexFile()1031 dex_file_location.erase(dex_orig_pos, strlen("base.apk") + 1); in ExportDexFile()