Searched defs:profile_dir (Results 1 - 2 of 2) sorted by relevance

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

Completed in 392 milliseconds