Searched defs:profile_fd (Results 1 - 1 of 1) sorted by last modified time

/frameworks/native/cmds/installd/
H A Ddexopt.cpp194 bool debuggable, bool post_bootcomplete, int profile_fd, const char* shared_libraries) {
358 if (profile_fd != -1) {
359 sprintf(profile_arg, "--profile-file-fd=%d", profile_fd);
389 + (profile_fd == -1 ? 0 : 1)
447 if (profile_fd != -1) {
604 unique_fd profile_fd = open_current_profile(uid, user, location, is_secondary_dex); local
606 if (profile_fd.get() >= 0) {
607 profiles_fd->push_back(std::move(profile_fd));
191 run_dex2oat(int zip_fd, int oat_fd, int input_vdex_fd, int output_vdex_fd, int image_fd, const char* input_file_name, const char* output_file_name, int swap_fd, const char* instruction_set, const char* compiler_filter, bool debuggable, bool post_bootcomplete, int profile_fd, const char* shared_libraries) argument

Completed in 63 milliseconds