diff options
Diffstat (limited to 'libartbase/base/file_utils.h')
-rw-r--r-- | libartbase/base/file_utils.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libartbase/base/file_utils.h b/libartbase/base/file_utils.h index a521c97c58..de60483c69 100644 --- a/libartbase/base/file_utils.h +++ b/libartbase/base/file_utils.h @@ -104,6 +104,9 @@ bool LocationIsOnArtModule(const char* location); // Return whether the location is on /apex/com.android.conscrypt bool LocationIsOnConscryptModule(const char* location); +// Return whether the location is on /apex/com.android.i18n +bool LocationIsOnI18nModule(const char* location); + // Return whether the location is on system (i.e. android root). bool LocationIsOnSystem(const char* location); |