diff options
author | 2022-09-23 13:14:18 +0100 | |
---|---|---|
committer | 2022-10-05 14:43:59 +0000 | |
commit | ab3f419d42638dd0f51a202ef36ad0dc80ad8674 (patch) | |
tree | 6f328f5b9fffa1190bc6a3e7c1d0facdabc126a0 /artd/path_utils.h | |
parent | 624f9159609a5b34bbb2c71aed24740e92d62afe (diff) |
Support profile merging.
Bug: 248318911
Test: m test-art-host-gtest-art_artd_tests
Test: atest ArtServiceTests
Ignore-AOSP-First: ART Services.
Change-Id: I0a6cb02ae31593f68648500e838882236881d349
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); |