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

/frameworks/native/cmds/installd/
H A Dcommands.cpp75 static std::string create_primary_profile(const std::string& profile_dir) { argument
76 return StringPrintf("%s/%s", profile_dir.c_str(), PRIMARY_PROFILE_NAME);
223 std::string profile_dir = create_data_user_profile_package_path(user, pkgname); local
224 std::string profile = create_primary_profile(profile_dir);
990 static fd_t open_profile_dir(const std::string& profile_dir) { argument
991 fd_t profile_dir_fd = TEMP_FAILURE_RETRY(open(profile_dir.c_str(),
998 PLOG(ERROR) << "Failed to open profile_dir: " << profile_dir;
1004 static fd_t open_primary_profile_file_from_dir(const std::string& profile_dir, mode_t open_mode) { argument
1005 fd_t profile_dir_fd = open_profile_dir(profile_dir);
1028 std::string profile_dir = create_data_user_profile_package_path(user, pkgname); local
[all...]

Completed in 153 milliseconds