Home
last modified time | relevance | path

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

/art/runtime/
Dparsed_options_test.cc44 for (const std::string &dex_file_name : in TEST_F() local
51 class_path += dex_file_name; in TEST_F()
/art/dex2oat/
Ddex2oat.cc776 for (const char* dex_file_name : dex_filenames_) { in ProcessOptions() local
777 dex_locations_.push_back(dex_file_name); in ProcessOptions()