Searched refs:swap_fd (Results 1 – 1 of 1) sorted by relevance
340 int swap_fd, in RunDex2Oat() argument496 if (swap_fd >= 0) { in RunDex2Oat()497 dex2oat_swap_fd = StringPrintf("--swap-fd=%d", swap_fd); in RunDex2Oat()1375 unique_fd swap_fd(open_output_file( in maybe_open_dexopt_swap_file() local1377 if (swap_fd.get() < 0) { in maybe_open_dexopt_swap_file()1387 return swap_fd; in maybe_open_dexopt_swap_file()2199 unique_fd swap_fd = maybe_open_dexopt_swap_file(out_oat_path); in dexopt() local2232 swap_fd.get(), in dexopt()