HomeSort by relevance Sort by last modified time
    Searched refs:dex_filenames (Results 1 - 2 of 2) sorted by null

  /art/runtime/
runtime.cc 899 static size_t OpenDexFiles(const std::vector<std::string>& dex_filenames,
909 for (size_t i = 0; i < dex_filenames.size(); i++) {
910 const char* dex_filename = dex_filenames[i].c_str();
1188 std::vector<std::string> dex_filenames; local
    [all...]
  /art/compiler/
oat_test.cc 147 const std::vector<const char*>& dex_filenames,
152 for (const char* dex_filename : dex_filenames) {
    [all...]

Completed in 299 milliseconds