Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/cmds/installd/
H A Drun_dex2oat.cpp74 int swap_fd, in Initialize()
130 int swap_fd, in PrepareInputFileFlags()
H A Drun_dex2oat_test.cpp106 int swap_fd = -1; member
H A Ddexopt.cpp1066 unique_fd swap_fd(open_output_file( in maybe_open_dexopt_swap_file() local
1915 unique_fd swap_fd = maybe_open_dexopt_swap_file(out_oat.path()); in dexopt() local
/aosp_15_r20/art/dex2oat/driver/
H A Dcompiled_method_storage.cc147 CompiledMethodStorage::CompiledMethodStorage(int swap_fd) in CompiledMethodStorage()
H A Dcompiler_driver.cc259 int swap_fd) in CompilerDriver()