Home
last modified time | relevance | path

Searched refs:cur_profile_path (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/runtime/
H A Dapp_info.cc54 const std::string& cur_profile_path, in RegisterAppInfo() argument
64 cli.cur_profile_path = cur_profile_path; in RegisterAppInfo()
72 << "\ncur_profile=" << cur_profile_path in RegisterAppInfo()
126 << "\ncur_profile=" << cli.cur_profile_path.value_or(kUnknownValue) in operator <<()
H A Dapp_info.h99 std::optional<std::string> cur_profile_path; member