Home
last modified time | relevance | path

Searched refs:ref_profile_path (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dapp_info.cc55 const std::string& ref_profile_path, in RegisterAppInfo() argument
65 cli.ref_profile_path = ref_profile_path; in RegisterAppInfo()
73 << "\nref_profile=" << ref_profile_path; in RegisterAppInfo()
140 << "\nref_profile=" << cli.ref_profile_path.value_or(kUnknownValue) in operator <<()
152 return cli.ref_profile_path.value_or(""); in GetPrimaryApkReferenceProfile()
Dapp_info.h124 std::optional<std::string> ref_profile_path; member
/art/artd/
Dartd.cc761 std::string ref_profile_path = OR_RETURN_FATAL(BuildFinalProfilePath(in_profile)); in commitTmpProfile() local
764 std::filesystem::rename(tmp_profile_path, ref_profile_path, ec); in commitTmpProfile()
767 "Failed to move '{}' to '{}': {}", tmp_profile_path, ref_profile_path, ec.message())); in commitTmpProfile()