summaryrefslogtreecommitdiffstats
path: root/runtime/utils.h
diff options
context:
space:
mode:
authorAnwar Ghuloum <anwarg@google.com>2013-09-19 17:29:21 -0700
committerAnwar Ghuloum <anwarg@google.com>2013-09-19 17:34:13 -0700
commitcaacdf326cfe09decfca0a15c62ebe10b774e05e (patch)
treed1f0fe587a4d19ba613226fdbde8c3b9f87d70b4 /runtime/utils.h
parent0f72e4136aecaf6976fdb55916bbd7b6d5c9c77b (diff)
downloadandroid_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.h1
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 {