Searched refs:ref_profile_path (Results 1 – 3 of 3) sorted by relevance
55 const std::string& ref_profile_path, in RegisterAppInfo() argument65 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 <<()
102 std::optional<std::string> ref_profile_path; member
406 const std::string ref_profile_path = in prepare_app_profile_dir() local419 if (fs_prepare_dir(ref_profile_path.c_str(), 0770, AID_SYSTEM, shared_app_gid) != 0) { in prepare_app_profile_dir()420 PLOG(ERROR) << "Failed to prepare " << ref_profile_path; in prepare_app_profile_dir()