Home
last modified time | relevance | path

Searched defs:Open (Results 1 – 12 of 12) sorted by relevance

/art/libartbase/base/
Dscoped_flock.cc32 /* static */ ScopedFlock LockedFile::Open(const char* filename, std::string* error_msg) { in Open() function in art::LockedFile
36 /* static */ ScopedFlock LockedFile::Open(const char* filename, int flags, bool block, in Open() function in art::LockedFile
Dzip_archive.cc233 ZipArchive* ZipArchive::Open(const char* filename, std::string* error_msg) { in Open() function in art::ZipArchive
/art/runtime/mirror/
Ddex_cache_test.cc42 TEST_F(DexCacheTest, Open) { in TEST_F() argument
65 TEST_F(DexCacheMethodHandlesTest, Open) { in TEST_F() argument
/art/libdexfile/dex/
Dart_dex_file_loader.cc159 std::unique_ptr<const DexFile> ArtDexFileLoader::Open( in Open() function in art::ArtDexFileLoader
184 std::unique_ptr<const DexFile> ArtDexFileLoader::Open(const std::string& location, in Open() function in art::ArtDexFileLoader
223 bool ArtDexFileLoader::Open(const char* filename, in Open() function in art::ArtDexFileLoader
239 bool ArtDexFileLoader::Open(int fd, in Open() function in art::ArtDexFileLoader
Dtype_lookup_table.cc91 TypeLookupTable TypeLookupTable::Open(const uint8_t* dex_data_pointer, in Open() function in art::TypeLookupTable
Ddex_file_loader.cc110 static DexZipArchive* Open(const uint8_t* base, size_t size, std::string* error_msg) { in Open() function in art::DexZipArchive
221 std::unique_ptr<const DexFile> DexFileLoader::Open( in Open() function in art::DexFileLoader
Dart_dex_file_loader_test.cc55 TEST_F(ArtDexFileLoaderTest, Open) { in TEST_F() argument
/art/runtime/
Dvdex_file.h206 static std::unique_ptr<VdexFile> Open(const std::string& vdex_filename, in Open() function
222 static std::unique_ptr<VdexFile> Open(int file_fd, in Open() function
Doat_file.h114 static OatFile* Open(int zip_fd, in Open() function
131 static OatFile* Open(int zip_fd, in Open() function
Delf_file.cc60 ElfFileImpl<ElfTypes>* ElfFileImpl<ElfTypes>::Open(File* file, in Open() function in art::ElfFileImpl
83 ElfFileImpl<ElfTypes>* ElfFileImpl<ElfTypes>::Open(File* file, in Open() function in art::ElfFileImpl
1694 ElfFile* ElfFile::Open(File* file, in Open() function in art::ElfFile
1745 ElfFile* ElfFile::Open(File* file, int mmap_prot, int mmap_flags, /*out*/std::string* error_msg) { in Open() function in art::ElfFile
Doat_file.cc1515 static OatFileBackedByVdex* Open(const std::vector<const DexFile*>& dex_files, in Open() function in art::OatFileBackedByVdex
1619 OatFile* OatFile::Open(int zip_fd, in Open() function in art::OatFile
1686 OatFile* OatFile::Open(int zip_fd, in Open() function in art::OatFile
/art/libartbase/base/unix_file/
Dfd_file.cc287 bool FdFile::Open(const std::string& path, int flags) { in Open() function in unix_file::FdFile
291 bool FdFile::Open(const std::string& path, int flags, mode_t mode) { in Open() function in unix_file::FdFile