Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc594 static size_t OpenDexFiles(const std::vector<const char*>& dex_filenames, in OpenDexFiles() function
1335 size_t failure_count = OpenDexFiles(dex_filenames, dex_locations, boot_class_path); in dex2oat()
1459 size_t failure_count = OpenDexFiles(dex_filenames, dex_locations, dex_files); in dex2oat()
/art/runtime/
Druntime.cc645 static size_t OpenDexFiles(const std::vector<std::string>& dex_filenames, in OpenDexFiles() function
825 OpenDexFiles(dex_filenames, options->image_, boot_class_path); in Init()