Searched refs:swap_fd (Results 1 – 1 of 1) sorted by relevance
790 const char* output_file_name, int swap_fd, const char *instruction_set, in run_dex2oat() argument893 if (swap_fd >= 0) { in run_dex2oat()895 sprintf(dex2oat_swap_fd, "--swap-fd=%d", swap_fd); in run_dex2oat()1703 base::unique_fd swap_fd; in dexopt() local1709 swap_fd.reset(open_output_file(swap_file_name, /*recreate*/true, /*permissions*/0600)); in dexopt()1711 if (swap_fd.get() < 0) { in dexopt()1792 swap_fd.get(), in dexopt()