Home
last modified time | relevance | path

Searched refs:ref_profile_path (Results 1 – 2 of 2) 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()
127 << "\nref_profile=" << cli.ref_profile_path.value_or(kUnknownValue) in operator <<()
Dapp_info.h102 std::optional<std::string> ref_profile_path; member