Searched refs:cur_profile (Results 1 – 1 of 1) sorted by relevance
2983 std::string cur_profile = create_current_profile_path(user_id, package_name, profile_name, in prepare_app_profile() local2986 if (fs_prepare_file_strict(cur_profile.c_str(), 0600, uid, uid) != 0) { in prepare_app_profile()2987 PLOG(ERROR) << "Failed to prepare " << cur_profile; in prepare_app_profile()