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 a4a6e4f2a7..43a1043b42 100644 --- a/artd/path_utils.h +++ b/artd/path_utils.h @@ -78,6 +78,9 @@ android::base::Result<std::string> BuildSecondaryCurProfilePath( const aidl::com::android::server::art::ProfilePath::SecondaryCurProfilePath& secondary_cur_profile_path); +android::base::Result<std::string> BuildWritableProfilePath( + const aidl::com::android::server::art::ProfilePath::WritableProfilePath& profile_path); + android::base::Result<std::string> BuildFinalProfilePath( const aidl::com::android::server::art::ProfilePath::TmpProfilePath& tmp_profile_path); |