Searched refs:swap_fd (Results 1 – 1 of 1) sorted by relevance
315 int swap_fd, in RunDex2Oat() argument438 if (swap_fd >= 0) { in RunDex2Oat()439 dex2oat_swap_fd = StringPrintf("--swap-fd=%d", swap_fd); in RunDex2Oat()1295 unique_fd swap_fd(open_output_file( in maybe_open_dexopt_swap_file() local1297 if (swap_fd.get() < 0) { in maybe_open_dexopt_swap_file()1307 return swap_fd; in maybe_open_dexopt_swap_file()2118 unique_fd swap_fd = maybe_open_dexopt_swap_file(out_oat_path); in dexopt() local2145 swap_fd.get(), in dexopt()