Searched defs:Open (Results 1 - 6 of 6) sorted by relevance

/art/runtime/
H A Dzip_archive.cc2 * Copyright (C) 2008 The Android Open Source Project
90 ZipArchive* ZipArchive::Open(const char* filename, std::string* error_msg) { function in class:art::ZipArchive
H A Doat_file.cc2 * Copyright (C) 2011 The Android Open Source Project
67 OatFile* OatFile::Open(const std::string& filename, function in class:art::OatFile
199 elf_file_.reset(ElfFile::Open(file, writable, /*program_header_only*/true, error_msg,
460 return DexFile::Open(dex_file_pointer_, FileSize(), dex_file_location_,
H A Ddex_file.cc2 * Copyright (C) 2011 The Android Open Source Project
121 bool DexFile::Open(const char* filename, const char* location, std::string* error_msg, function in class:art::DexFile
248 const DexFile* DexFile::Open(const ZipArchive& zip_archive, const char* entry_name, function in class:art::DexFile
290 std::unique_ptr<const DexFile> dex_file(Open(zip_archive, kClassesDex, location, error_msg,
307 std::unique_ptr<const DexFile> next_dex_file(Open(zip_archive, name.c_str(), fake_location,
H A Delf_file.cc2 * Copyright (C) 2012 The Android Open Source Project
132 ElfFile* ElfFile::Open(File* file, bool writable, bool program_header_only, function in class:art::ElfFile
151 ElfFile* ElfFile::Open(File* file, int prot, int flags, std::string* error_msg) { function in class:art::ElfFile
435 // We'd also like to confirm a shstrtab in program_header_only_ mode (else Open() does this for
454 // MemMap::Open should have already set an error.
777 // TODO: we need to change this to calculate base_address_ in ::Open,
1141 // TODO: base_address_ needs to be calculated in ::Open, otherwise
1597 std::unique_ptr<ElfFile> all_ptr(Open(const_cast<File*>(file_), PROT_READ | PROT_WRITE,
H A Ddex_file.h2 * Copyright (C) 2011 The Android Open Source Project
387 static bool Open(const char* filename, const char* location, std::string* error_msg,
391 static const DexFile* Open(const uint8_t* base, size_t size, function in class:art::DexFile
399 // Open all classesXXX.dex files from a zip archive.
917 static const DexFile* Open(const ZipArchive& zip_archive, const char* entry_name,
/art/runtime/base/unix_file/
H A Dfd_file.cc2 * Copyright (C) 2009 The Android Open Source Project
86 bool FdFile::Open(const std::string& path, int flags) { function in class:unix_file::FdFile
87 return Open(path, flags, 0640);
90 bool FdFile::Open(const std::string& path, int flags, mode_t mode) { function in class:unix_file::FdFile

Completed in 3906 milliseconds