Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dcommands.cpp206 const std::string profile_path = create_data_user_profile_package_path(userid, pkgname); in create_app_data() local
208 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()