Searched defs:tmp_profile_path (Results 1 – 2 of 2) sorted by relevance
263 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()
774 std::string tmp_profile_path = OR_RETURN_FATAL(BuildTmpProfilePath(in_profile)); in commitTmpProfile() local