diff options
Diffstat (limited to 'runtime/utils.h')
-rw-r--r-- | runtime/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/utils.h b/runtime/utils.h index 975f08b838..0174b37dcc 100644 --- a/runtime/utils.h +++ b/runtime/utils.h @@ -351,7 +351,7 @@ const char* GetAndroidData(); std::string GetDalvikCacheOrDie(const char* android_data); // Returns the dalvik-cache location for a DexFile or OatFile, or dies trying. -std::string GetDalvikCacheFilenameOrDie(const std::string& location); +std::string GetDalvikCacheFilenameOrDie(const char* location); // Check whether the given magic matches a known file type. bool IsZipMagic(uint32_t magic); |