Home | History | Annotate | Download | only in runtime

Lines Matching defs:Open

2  * Copyright (C) 2011 The Android Open Source Project
65 // Whether OatFile::Open will try dlopen. Fallback is our own ELF loader.
68 // Whether OatFile::Open will try dlopen on the host. On the host we're not linking against
74 // For debugging, Open will print DlOpen error message if set to true.
79 // These are used in OatFile::Open to try all our loaders.
84 // 2) Load() to try to open the file.
196 vdex_ = VdexFile::Open(vdex_filename, writable, low_4gb, /* unquicken*/ false, error_msg);
838 // (open oat files multiple
1007 ScopedTrace trace("Open elf file " + location);
1061 *error_msg = StringPrintf("Failed to open oat filename for reading: %s", strerror(errno));
1080 elf_file_.reset(ElfFile::Open(file,
1134 OatFile* OatFile::Open(const std::string& oat_filename,
1142 ScopedTrace trace("Open oat file " + oat_location);
1180 // open a generated dex file by name, remove the file, then open
1399 lookup_table_ = TypeLookupTable::Open(dex_file_pointer_, lookup_table_data_, num_class_defs);
1417 return DexFile::Open(dex_file_pointer_,