diff options
Diffstat (limited to 'libartbase/base/file_utils.h')
-rw-r--r-- | libartbase/base/file_utils.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libartbase/base/file_utils.h b/libartbase/base/file_utils.h index 1da19c840d..c5e55d1ffb 100644 --- a/libartbase/base/file_utils.h +++ b/libartbase/base/file_utils.h @@ -90,6 +90,10 @@ bool LocationIsOnSystemFramework(const char* location); // Return whether the location is on /apex/. bool LocationIsOnApex(const char* location); +// Compare the runtime module root against android root. Returns true if they are +// both known and distinct. This is meant to be a proxy for 'running with apex'. +bool RuntimeModuleRootDistinctFromAndroidRoot(); + // dup(2), except setting the O_CLOEXEC flag atomically, when possible. int DupCloexec(int fd); |