Home
last modified time | relevance | path

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

/art/artd/
Dpath_utils.cc277 Result<std::string> BuildFinalProfilePath(const TmpProfilePath& tmp_profile_path) { in BuildFinalProfilePath()
281 Result<std::string> BuildTmpProfilePath(const TmpProfilePath& tmp_profile_path) { in BuildTmpProfilePath()
353 bool PreRebootFlag(const TmpProfilePath& tmp_profile_path) { in PreRebootFlag()
Dartd.cc776 std::string tmp_profile_path = OR_RETURN_FATAL(BuildTmpProfilePath(in_profile)); in commitTmpProfile() local