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

  /art/runtime/
oat_file_manager.cc 400 std::string dex_filename(dex_file->GetLocation());
402 if (dex_filename != shared_libraries_split[index] ||
runtime.cc 885 const char* dex_filename = dex_filenames[i].c_str(); local
888 if (!OS::FileExists(dex_filename)) {
889 LOG(WARNING) << "Skipping non-existent dex file '" << dex_filename << "'";
892 if (!DexFile::Open(dex_filename, dex_location, &error_msg, dex_files)) {
893 LOG(WARNING) << "Failed to open .dex from file '" << dex_filename << "': " << error_msg;
    [all...]
  /art/compiler/
oat_test.cc 152 for (const char* dex_filename : dex_filenames) {
153 if (!oat_writer.AddDexFileSource(dex_filename, dex_filename)) {
    [all...]

Completed in 517 milliseconds