Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A 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()
H A Dapp_info.h124 std::optional<std::string> ref_profile_path; member
/aosp_15_r20/art/artd/
H A Dartd.cc775 std::string ref_profile_path = OR_RETURN_FATAL(BuildFinalProfilePath(in_profile)); in commitTmpProfile() local
778 std::filesystem::rename(tmp_profile_path, ref_profile_path, ec); in commitTmpProfile()
781 "Failed to move '{}' to '{}': {}", tmp_profile_path, ref_profile_path, ec.message())); in commitTmpProfile()
/aosp_15_r20/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp657 const std::string ref_profile_path = in prepare_app_profile_dir() local
670 if (fs_prepare_dir(ref_profile_path.c_str(), 0770, AID_SYSTEM, shared_app_gid) != 0) { in prepare_app_profile_dir()
671 PLOG(ERROR) << "Failed to prepare " << ref_profile_path; in prepare_app_profile_dir()
738 const std::string ref_profile_path = in chown_app_profile_dir() local
740 argv[0] = (char *) ref_profile_path.c_str(); in chown_app_profile_dir()