Searched refs:dex_file_name (Results 1 – 4 of 4) sorted by relevance
43 for (const std::string &dex_file_name : in TEST_F() local50 class_path += dex_file_name; in TEST_F()
142 const char* dex_file_name = "Ldalvik/system/DexFile;"; in FindSourceDexFileObject() local167 ->FindDeclaredInstanceField("dexFile", dex_file_name); in FindSourceDexFileObject()
296 std::string dex_file_name = dex_file.substr(dex_file_last_slash + 1); in DexFileOutputExec() local303 { "/usr/bin/diff", tmp_dir + "classes.dex" , tmp_dir + dex_file_name }; in DexFileOutputExec()311 std::vector<std::string> rm_out_exec_argv = { "/bin/rm", tmp_dir + dex_file_name }; in DexFileOutputExec()
879 for (const char* dex_file_name : dex_filenames_) { in ProcessOptions() local880 dex_locations_.push_back(dex_file_name); in ProcessOptions()