Home
last modified time | relevance | path

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

/art/runtime/
Druntime.cc941 std::vector<std::string> dex_filenames; in Start() local
942 Split(class_path_string_, ':', &dex_filenames); in Start()
943 RegisterAppInfo(dex_filenames, jit_options_->GetProfileSaverOptions().GetProfilePath()); in Start()
1044 static size_t OpenBootDexFiles(ArrayRef<const std::string> dex_filenames, in OpenBootDexFiles() argument
1050 for (size_t i = 0; i < dex_filenames.size(); i++) { in OpenBootDexFiles()
1051 const char* dex_filename = dex_filenames[i].c_str(); in OpenBootDexFiles()
/art/dex2oat/linker/
Doat_writer_test.cc128 const std::vector<const char*>& dex_filenames, in WriteElf() argument
139 for (const char* dex_filename : dex_filenames) { in WriteElf()