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

/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
/art/runtime/
H A Doat_file.cc2 * Copyright (C) 2011 The Android Open Source Project
60 OatFile* OatFile::Open(const std::string& filename, function in class:art::OatFile
167 elf_file_.reset(ElfFile::Open(file, writable, true));
377 return DexFile::Open(dex_file_pointer_, FileSize(), dex_file_location_,
H A Dzip_archive.cc2 * Copyright (C) 2008 The Android Open Source Project
332 ZipArchive* ZipArchive::Open(const std::string& filename) { function in class:art::ZipArchive
H A Delf_file.cc2 * Copyright (C) 2012 The Android Open Source Project
43 ElfFile* ElfFile::Open(File* file, bool writable, bool program_header_only) { function in class:art::ElfFile
174 // MemMap::Open should have already logged
H A Ddex_file.cc2 * Copyright (C) 2011 The Android Open Source Project
116 const DexFile* DexFile::Open(const std::string& filename, function in class:art::DexFile
216 return DexFile::Open(*zip_archive.get(), location);
229 const DexFile* DexFile::Open(const ZipArchive& zip_archive, const std::string& location) { function in class:art::DexFile
H A Ddex_file.h2 * Copyright (C) 2011 The Android Open Source Project
353 static const DexFile* Open(const std::string& filename,
357 static const DexFile* Open(const uint8_t* base, size_t size, function in class:art::DexFile
364 static const DexFile* Open(const ZipArchive& zip_archive, const std::string& location);

Completed in 738 milliseconds