Searched refs:dex_orig_name (Results 1 – 1 of 1) sorted by relevance
1014 std::string dex_orig_name; in ExportDexFile() local1017 dex_orig_name = dex_file_location; in ExportDexFile()1019 dex_orig_name = dex_file_location.substr(dex_orig_pos + 1); in ExportDexFile()1022 if (dex_orig_name.size() == 8 && in ExportDexFile()1023 dex_orig_name.compare("base.apk") == 0 && in ExportDexFile()1028 dex_orig_name = dex_file_location.substr(++apk_orig_pos); in ExportDexFile()1036 out_dex_path.append(dex_orig_name); in ExportDexFile()