Home | History | Annotate | Download | only in installd

Lines Matching refs:profile_path

148             const std::string profile_path = create_data_user_profile_package_path(userid, pkgname);
150 if (fs_prepare_dir_strict(profile_path.c_str(), 0700, uid, uid) != 0) {
151 PLOG(ERROR) << "Failed to prepare " << profile_path;
154 std::string profile_file = create_primary_profile(profile_path);
157 PLOG(ERROR) << "Failed to prepare " << profile_path;