Home
last modified time | relevance | path

Searched refs:dex_file_name (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dparsed_options_test.cc43 for (const std::string &dex_file_name : in TEST_F() local
50 class_path += dex_file_name; in TEST_F()
/art/runtime/openjdkjvmti/
Dti_class_loader.cc142 const char* dex_file_name = "Ldalvik/system/DexFile;"; in FindSourceDexFileObject() local
167 ->FindDeclaredInstanceField("dexFile", dex_file_name); in FindSourceDexFileObject()
/art/dexlayout/
Ddexlayout_test.cc296 std::string dex_file_name = dex_file.substr(dex_file_last_slash + 1); in DexFileOutputExec() local
303 { "/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()
/art/dex2oat/
Ddex2oat.cc879 for (const char* dex_file_name : dex_filenames_) { in ProcessOptions() local
880 dex_locations_.push_back(dex_file_name); in ProcessOptions()