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 c3a8c9c096..d0d986b3ff 100644 --- a/libartbase/base/file_utils.h +++ b/libartbase/base/file_utils.h @@ -96,6 +96,10 @@ void GetDalvikCache(const char* subdir, bool create_if_absent, std::string* dalv bool GetDalvikCacheFilename(const char* location, const char* cache_location, std::string* filename, std::string* error_msg); +// Returns the absolute dalvik-cache path. The path may include the instruction set sub-directory +// if specified. +std::string GetApexDataDalvikCacheDirectory(InstructionSet isa); + // Gets the oat location in the ART APEX data directory for a DEX file installed anywhere other // than in an APEX. Returns the oat filename if `location` is valid, empty string otherwise. std::string GetApexDataOatFilename(std::string_view location, InstructionSet isa); |