Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Drun_dex2oat.cpp74 int swap_fd, in Initialize() argument
89 dex_metadata, profile, swap_fd, class_loader_context, in Initialize()
130 int swap_fd, in PrepareInputFileFlags() argument
154 if (swap_fd >= 0) { in PrepareInputFileFlags()
155 AddArg(StringPrintf("--swap-fd=%d", swap_fd)); in PrepareInputFileFlags()
Drun_dex2oat.h44 int swap_fd,
68 int swap_fd,
Drun_dex2oat_test.cpp106 int swap_fd = -1; member
253 args->swap_fd, in CallRunDex2Oat()
285 args->swap_fd = SWAP_FD; in TEST_F()
Ddexopt.cpp1066 unique_fd swap_fd(open_output_file( in maybe_open_dexopt_swap_file() local
1068 if (swap_fd.get() < 0) { in maybe_open_dexopt_swap_file()
1078 return swap_fd; in maybe_open_dexopt_swap_file()
1915 unique_fd swap_fd = maybe_open_dexopt_swap_file(out_oat.path()); in dexopt() local
1966 join_fds(context_input_fds), swap_fd.get(), instruction_set, compiler_filter, in dexopt()