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

/frameworks/native/cmds/installd/
H A Ddexopt.cpp192 const char* input_file_name, const char* output_file_name, int swap_fd,
304 if (swap_fd >= 0) {
306 sprintf(dex2oat_swap_fd, "--swap-fd=%d", swap_fd);
1118 unique_fd swap_fd(open_output_file(
1120 if (swap_fd.get() < 0) {
1130 return swap_fd;
1564 unique_fd swap_fd = maybe_open_dexopt_swap_file(out_oat_path); local
1594 swap_fd.get(),
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 627 milliseconds