diff options
Diffstat (limited to 'artd/path_utils.h')
-rw-r--r-- | artd/path_utils.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/artd/path_utils.h b/artd/path_utils.h index f3a635994a..5b2b1d3c32 100644 --- a/artd/path_utils.h +++ b/artd/path_utils.h @@ -51,6 +51,9 @@ android::base::Result<std::string> BuildTmpRefProfilePath( android::base::Result<std::string> BuildPrebuiltProfilePath( const aidl::com::android::server::art::ProfilePath::PrebuiltProfilePath& prebuilt_profile_path); +android::base::Result<std::string> BuildCurProfilePath( + const aidl::com::android::server::art::ProfilePath::CurProfilePath& cur_profile_path); + android::base::Result<std::string> BuildDexMetadataPath( const aidl::com::android::server::art::DexMetadataPath& dex_metadata_path); |