Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dutils.cpp249 std::string profile_dir = create_primary_current_profile_package_dir_path(user, location); in create_current_profile_path() local
250 return StringPrintf("%s/%s", profile_dir.c_str(), PRIMARY_PROFILE_NAME.c_str()); in create_current_profile_path()
267 std::string profile_dir = create_primary_reference_profile_package_dir_path(location); in create_reference_profile_path() local
268 return StringPrintf("%s/%s", profile_dir.c_str(), PRIMARY_PROFILE_NAME.c_str()); in create_reference_profile_path()
DInstalldNativeService.cpp415 const std::string profile_dir = in createAppData() local
418 if (fs_prepare_dir_strict(profile_dir.c_str(), 0700, uid, uid) != 0) { in createAppData()
419 return error("Failed to prepare " + profile_dir); in createAppData()