/art/libartbase/base/ |
D | scoped_flock.cc | 32 /* 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
|
D | zip_archive.cc | 225 ZipArchive* ZipArchive::Open(const char* filename, std::string* error_msg) { in Open() function in art::ZipArchive
|
/art/runtime/mirror/ |
D | dex_cache_test.cc | 42 TEST_F(DexCacheTest, Open) { in TEST_F() argument 65 TEST_F(DexCacheMethodHandlesTest, Open) { in TEST_F() argument
|
/art/libdexfile/dex/ |
D | art_dex_file_loader.cc | 159 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
|
D | type_lookup_table.cc | 91 TypeLookupTable TypeLookupTable::Open(const uint8_t* dex_data_pointer, in Open() function in art::TypeLookupTable
|
D | dex_file_loader.cc | 110 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
|
D | art_dex_file_loader_test.cc | 55 TEST_F(ArtDexFileLoaderTest, Open) { in TEST_F() argument
|
/art/runtime/ |
D | vdex_file.h | 206 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
|
D | elf_file.cc | 60 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 1703 ElfFile* ElfFile::Open(File* file, in Open() function in art::ElfFile 1754 ElfFile* ElfFile::Open(File* file, int mmap_prot, int mmap_flags, /*out*/std::string* error_msg) { in Open() function in art::ElfFile
|
D | oat_file.cc | 1413 static OatFileBackedByVdex* Open(const std::vector<const DexFile*>& dex_files, in Open() function in art::OatFileBackedByVdex 1582 OatFile* OatFile::Open(int zip_fd, in Open() function in art::OatFile 1649 OatFile* OatFile::Open(int zip_fd, in Open() function in art::OatFile
|
/art/libartbase/base/unix_file/ |
D | fd_file.cc | 287 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
|