diff options
author | Anwar Ghuloum <anwarg@google.com> | 2013-09-19 17:29:21 -0700 |
---|---|---|
committer | Anwar Ghuloum <anwarg@google.com> | 2013-09-19 17:34:13 -0700 |
commit | caacdf326cfe09decfca0a15c62ebe10b774e05e (patch) | |
tree | d1f0fe587a4d19ba613226fdbde8c3b9f87d70b4 /runtime/utils.h | |
parent | 0f72e4136aecaf6976fdb55916bbd7b6d5c9c77b (diff) | |
download | android_art-caacdf326cfe09decfca0a15c62ebe10b774e05e.tar.gz android_art-caacdf326cfe09decfca0a15c62ebe10b774e05e.tar.bz2 android_art-caacdf326cfe09decfca0a15c62ebe10b774e05e.zip |
Fix dumpsys meminfo for art
BUG:10112253
Change-Id: I2a34cc0841bdcf922c4ab4eadda360313858a0d6
Diffstat (limited to 'runtime/utils.h')
-rw-r--r-- | runtime/utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/utils.h b/runtime/utils.h index fcbb992bf4..c506fbaad0 100644 --- a/runtime/utils.h +++ b/runtime/utils.h @@ -356,6 +356,7 @@ std::string GetDalvikCacheFilenameOrDie(const std::string& location); // Check whether the given filename has a valid extension bool IsValidZipFilename(const std::string& filename); bool IsValidDexFilename(const std::string& filename); +bool IsValidImageFilename(const std::string& filename); bool IsValidOatFilename(const std::string& filename); class VoidFunctor { |