Home
last modified time | relevance | path

Searched refs:swap_fd (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
Ddexopt.cpp229 const char* input_file_name, const char* output_file_name, int swap_fd, in run_dex2oat() argument
363 if (swap_fd >= 0) { in run_dex2oat()
365 sprintf(dex2oat_swap_fd, "--swap-fd=%d", swap_fd); in run_dex2oat()
1345 unique_fd swap_fd(open_output_file( in maybe_open_dexopt_swap_file() local
1347 if (swap_fd.get() < 0) { in maybe_open_dexopt_swap_file()
1357 return swap_fd; in maybe_open_dexopt_swap_file()
2048 unique_fd swap_fd = maybe_open_dexopt_swap_file(out_oat_path); in dexopt() local
2086 swap_fd.get(), in dexopt()