Home
last modified time | relevance | path

Searched refs:dex_file_offset_in_file (Results 1 – 2 of 2) sorted by relevance

/system/core/libunwindstack/
DDexFile.cpp90 std::unique_ptr<DexFileFromFile> DexFileFromFile::Create(uint64_t dex_file_offset_in_file, in Create() argument
103 OpenFromFd(fd, dex_file_offset_in_file, file, &error_msg); in Create()
DDexFile.h48 static std::unique_ptr<DexFileFromFile> Create(uint64_t dex_file_offset_in_file,