Home
last modified time | relevance | path

Searched refs:OpenFromMemory (Results 1 – 3 of 3) sorted by relevance

/system/core/libunwindstack/
DDexFile.cpp62 std::unique_ptr<art_api::dex::DexFile> art_dex_file = DexFile::OpenFromMemory( in Create()
124 OpenFromMemory(backing_memory.data(), &size, name, &error_msg); in Create()
/system/extras/simpleperf/
Dread_dex_file.cpp70 art_api::dex::DexFile::OpenFromMemory(file_addr, &max_file_size, "", &error_msg); in ReadSymbolsFromDexFileInMemory()
/system/libziparchive/
Dzip_archive_test.cc611 TEST(ziparchive, OpenFromMemory) { in TEST() argument