Searched refs:OpenAll (Results 1 – 8 of 8) sorted by relevance
221 bool success = dex_file_loader.OpenAll(dex_bytes->data(), in OpenDexFilesBase64()357 ASSERT_FALSE(dex_file_loader.OpenAll(dex_bytes.data(), in TEST_F()376 ASSERT_FALSE(dex_file_loader.OpenAll(dex_bytes.data(), in TEST_F()
151 virtual bool OpenAll(const uint8_t* base,
270 bool DexFileLoader::OpenAll( in OpenAll() function in art::DexFileLoader
109 bool success = dex_file_loader.OpenAll(dex_bytes.get(), in OpenDexFileBase64()
172 if (!dex_file_loader.OpenAll(reinterpret_cast<const uint8_t*>(content.data()), in processFile()
211 if (!dex_file_loader.OpenAll(reinterpret_cast<const uint8_t*>(content.data()), in Run()
308 if (!dex_file_loader.OpenAll(reinterpret_cast<const uint8_t*>(content.data()), in Load()
1874 if (!dex_file_loader.OpenAll(reinterpret_cast<const uint8_t*>(content.data()), in processFile()