summaryrefslogtreecommitdiff
path: root/runtime/base/file_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/base/file_utils.h')
-rw-r--r--runtime/base/file_utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/base/file_utils.h b/runtime/base/file_utils.h
index 7f691d546b..8adb4f7bf8 100644
--- a/runtime/base/file_utils.h
+++ b/runtime/base/file_utils.h
@@ -75,6 +75,9 @@ std::string ReplaceFileExtension(const std::string& filename, const std::string&
// Return whether the location is on system (i.e. android root).
bool LocationIsOnSystem(const char* location);
+// Return whether the location is on system/framework (i.e. android_root/framework).
+bool LocationIsOnSystemFramework(const char* location);
+
} // namespace art
#endif // ART_RUNTIME_BASE_FILE_UTILS_H_