Searched defs:Open (Results 1 – 8 of 8) sorted by relevance
/art/runtime/mirror/ |
D | dex_cache_test.cc | 34 TEST_F(DexCacheTest, Open) { in TEST_F() argument
|
/art/runtime/base/unix_file/ |
D | fd_file.cc | 86 bool FdFile::Open(const std::string& path, int flags) { in Open() function in unix_file::FdFile 90 bool FdFile::Open(const std::string& path, int flags, mode_t mode) { in Open() function in unix_file::FdFile
|
/art/runtime/ |
D | zip_archive.cc | 91 ZipArchive* ZipArchive::Open(const char* filename, std::string* error_msg) { in Open() function in art::ZipArchive
|
D | elf_file.cc | 140 ElfFileImpl<ElfTypes>* ElfFileImpl<ElfTypes>::Open( in Open() function in art::ElfFileImpl 161 ElfFileImpl<ElfTypes>* ElfFileImpl<ElfTypes>::Open( in Open() function in art::ElfFileImpl 1771 ElfFile* ElfFile::Open(File* file, bool writable, bool program_header_only, std::string* error_msg, in Open() function in art::ElfFile 1806 ElfFile* ElfFile::Open(File* file, int mmap_prot, int mmap_flags, std::string* error_msg) { in Open() function in art::ElfFile
|
D | dex_file_test.cc | 33 TEST_F(DexFileTest, Open) { in TEST_F() argument
|
D | dex_file.cc | 130 bool DexFile::Open(const char* filename, const char* location, std::string* error_msg, in Open() function in art::DexFile 285 std::unique_ptr<const DexFile> DexFile::Open(const ZipArchive& zip_archive, const char* entry_name, in Open() function in art::DexFile
|
D | oat_file.cc | 102 OatFile* OatFile::Open(const std::string& filename, in Open() function in art::OatFile
|
D | dex_file.h | 396 static std::unique_ptr<const DexFile> Open(const uint8_t* base, size_t size, in Open() function
|