Searched refs:profile_path (Results 1 – 1 of 1) sorted by relevance
206 const std::string profile_path = create_data_user_profile_package_path(userid, pkgname); in create_app_data() local208 if (fs_prepare_dir_strict(profile_path.c_str(), 0700, uid, uid) != 0) { in create_app_data()209 PLOG(ERROR) << "Failed to prepare " << profile_path; in create_app_data()212 std::string profile_file = create_primary_profile(profile_path); in create_app_data()215 PLOG(ERROR) << "Failed to prepare " << profile_path; in create_app_data()