Home
last modified time | relevance | path

Searched defs:tmp_profile_path (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/artd/
H A Dpath_utils.cc263 Result<std::string> BuildFinalProfilePath(const TmpProfilePath& tmp_profile_path) { in BuildFinalProfilePath()
267 Result<std::string> BuildTmpProfilePath(const TmpProfilePath& tmp_profile_path) { in BuildTmpProfilePath()
326 bool PreRebootFlag(const TmpProfilePath& tmp_profile_path) { in PreRebootFlag()
H A Dartd.cc774 std::string tmp_profile_path = OR_RETURN_FATAL(BuildTmpProfilePath(in_profile)); in commitTmpProfile() local