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

/frameworks/native/cmds/installd/
H A Ddexopt.cpp590 /*out*/ std::vector<unique_fd>* profiles_fd, /*out*/ unique_fd* reference_profile_fd) {
607 profiles_fd->push_back(std::move(profile_fd));
639 static void run_profman_merge(const std::vector<unique_fd>& profiles_fd, argument
644 std::vector<std::string> profile_args(profiles_fd.size());
646 for (size_t k = 0; k < profiles_fd.size(); k++) {
647 sprintf(profile_buf, "--profile-file-fd=%d", profiles_fd[k].get());
654 const char* argv[3 + profiles_fd.size()];
676 std::vector<unique_fd> profiles_fd; local
678 open_profile_files(uid, location, is_secondary_dex, &profiles_fd, &reference_profile_fd);
679 if (profiles_fd
589 open_profile_files(uid_t uid, const std::string& location, bool is_secondary_dex, std::vector<unique_fd>* profiles_fd, unique_fd* reference_profile_fd) argument
[all...]

Completed in 400 milliseconds