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
193 elf_file_.reset(ElfFile::Open(file, writable, true, error_msg));
453 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
247 const DexFile* DexFile::Open(const ZipArchive& zip_archive, const char* entry_name, function in class:art::DexFile
289 std::unique_ptr<const DexFile> dex_file(Open(zip_archive, kClassesDex, location, error_msg,
306 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
131 ElfFile* ElfFile::Open(File* file, bool writable, bool program_header_only, function in class:art::ElfFile
149 ElfFile* ElfFile::Open(File* file, int prot, int flags, std::string* error_msg) { function in class:art::ElfFile
437 // MemMap::Open should have already set an error.
1568 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
385 static bool Open(const char* filename, const char* location, std::string* error_msg,
389 static const DexFile* Open(const uint8_t* base, size_t size, function in class:art::DexFile
396 // Open all classesXXX.dex files from a zip archive.
909 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
46 bool FdFile::Open(const std::string& path, int flags) { function in class:unix_file::FdFile
47 return Open(path, flags, 0640);
50 bool FdFile::Open(const std::string& path, int flags, mode_t mode) { function in class:unix_file::FdFile

Completed in 2192 milliseconds