Searched refs:profile_path (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
H A Dcommands.cpp108 const std::string profile_path = create_data_user_profile_package_path(userid, pkgname); local
110 if (fs_prepare_dir_strict(profile_path.c_str(), 0700, uid, uid) != 0) {
111 PLOG(ERROR) << "Failed to prepare " << profile_path;
114 std::string profile_file = create_primary_profile(profile_path);
117 PLOG(ERROR) << "Failed to prepare " << profile_path;

Completed in 55 milliseconds