Home | History | Annotate | Download | only in installd

Lines Matching refs:swap_fd

192         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);
1594 swap_fd.get(),