OSDN Git Service

Add ability to see if a dex file is backed by an oat file.
authorJeff Hao <jeffhao@google.com>
Fri, 22 Apr 2016 21:00:06 +0000 (14:00 -0700)
committerJeff Hao <jeffhao@google.com>
Fri, 22 Apr 2016 21:00:06 +0000 (14:00 -0700)
commit93a66cc779898d46c620e5d9c8bc71e2a71f6610
treec68d8154dc0c59d82ca758e4410eabb3bf5daeb6
parent420442107500ff5b3c909da78a9b26ff6f773dbe
Add ability to see if a dex file is backed by an oat file.

Native support for new DexFile.isBackedByOatFile.

Part of a multi-project change.

Bug: 26880306
Change-Id: I625d0e000bce07e6aedad1b7aa93f71d482e9e01
runtime/native/dalvik_system_DexFile.cc