OSDN Git Service

Change dex_location_ from const char* to std::string.
authorRichard Uhler <ruhler@google.com>
Thu, 15 Oct 2015 22:12:23 +0000 (15:12 -0700)
committerRichard Uhler <ruhler@google.com>
Fri, 16 Oct 2015 20:56:52 +0000 (13:56 -0700)
commit740eec92a7f63e8ddff1e007ae624d548a4e5a16
tree277043557657b03da02a2448918b13b92126bc75
parent644044333f5f6d7ba7e327619ac0d0ce4e2609d3
Change dex_location_ from const char* to std::string.

Because we tend to use the dex_location_ as an std::string fairly
often.

Change-Id: Ida9624c9cb12c8ad30577146f1e6e97e25edc155
runtime/oat_file_assistant.cc
runtime/oat_file_assistant.h