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

/frameworks/native/cmds/installd/
H A Dcommands.cpp1050 /*out*/ std::vector<fd_t>* profiles_fd, /*out*/ fd_t* reference_profile_fd) {
1063 profiles_fd->push_back(profile_fd);
1095 static void run_profman_merge(const std::vector<fd_t>& profiles_fd, fd_t reference_profile_fd) { argument
1099 std::vector<std::string> profile_args(profiles_fd.size());
1101 for (size_t k = 0; k < profiles_fd.size(); k++) {
1102 sprintf(profile_buf, "--profile-file-fd=%d", profiles_fd[k]);
1109 const char* argv[3 + profiles_fd.size()];
1130 std::vector<fd_t> profiles_fd; local
1132 open_profile_files(uid, pkgname, &profiles_fd, &reference_profile_fd);
1133 if (profiles_fd
1049 open_profile_files(uid_t uid, const char* pkgname, std::vector<fd_t>* profiles_fd, fd_t* reference_profile_fd) argument
[all...]

Completed in 55 milliseconds