Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.cpp315 int swap_fd, in RunDex2Oat() argument
438 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() local
1297 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() local
2145 swap_fd.get(), in dexopt()