Searched refs:OpenCommon (Results 1 – 4 of 4) sorted by relevance
/art/libdexfile/dex/ |
D | art_dex_file_loader.cc | 170 return OpenCommon(base, in Open() 202 std::unique_ptr<DexFile> dex_file = OpenCommon(begin, in Open() 358 std::unique_ptr<DexFile> dex_file = OpenCommon(begin, in OpenFile() 435 std::unique_ptr<DexFile> dex_file = OpenCommon(begin, in OpenOneDexFileFromZip() 543 std::unique_ptr<DexFile> ArtDexFileLoader::OpenCommon(const uint8_t* base, in OpenCommon() function in art::ArtDexFileLoader 555 return DexFileLoader::OpenCommon(base, in OpenCommon()
|
D | dex_file_loader.cc | 231 return OpenCommon(base, in Open() 256 return OpenCommon(base, in OpenWithDataSection() 316 std::unique_ptr<DexFile> DexFileLoader::OpenCommon(const uint8_t* base, in OpenCommon() function in art::DexFileLoader 418 std::unique_ptr<const DexFile> dex_file = OpenCommon( in OpenOneDexFileFromZip()
|
D | art_dex_file_loader.h | 140 static std::unique_ptr<DexFile> OpenCommon(const uint8_t* base,
|
D | dex_file_loader.h | 167 static std::unique_ptr<DexFile> OpenCommon(const uint8_t* base,
|