Searched refs:dex_orig_name (Results 1 – 1 of 1) sorted by relevance
1017 std::string dex_orig_name; in ExportDexFile() local1020 dex_orig_name = dex_file_location; in ExportDexFile()1022 dex_orig_name = dex_file_location.substr(dex_orig_pos + 1); in ExportDexFile()1025 if (dex_orig_name.size() == 8 && in ExportDexFile()1026 dex_orig_name.compare("base.apk") == 0 && in ExportDexFile()1031 dex_orig_name = dex_file_location.substr(++apk_orig_pos); in ExportDexFile()1039 out_dex_path.append(dex_orig_name); in ExportDexFile()