Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.cpp742 static void run_profman(const std::vector<unique_fd>& profile_fds, in run_profman() argument
750 CHECK_EQ(1u, profile_fds.size()); in run_profman()
754 std::vector<std::string> profile_args(profile_fds.size()); in run_profman()
755 for (size_t k = 0; k < profile_fds.size(); k++) { in run_profman()
756 profile_args[k] = "--profile-file-fd=" + std::to_string(profile_fds[k].get()); in run_profman()
922 static void run_profman_dump(const std::vector<unique_fd>& profile_fds, in run_profman_dump() argument
936 for (size_t i = 0; i < profile_fds.size(); i++) { in run_profman_dump()
937 profman_args.push_back(StringPrintf("--profile-file-fd=%d", profile_fds[i].get())); in run_profman_dump()
959 std::vector<unique_fd> profile_fds; in dump_profiles() local
965 &profile_fds, &reference_profile_fd); in dump_profiles()
[all …]