Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/installd/
H A Drun_dex2oat.cpp78 int swap_fd, in Initialize()
132 int swap_fd, in PrepareInputFileFlags()
H A Drun_dex2oat_test.cpp106 int swap_fd = -1; member
H A Ddexopt.cpp967 unique_fd swap_fd(open_output_file( in maybe_open_dexopt_swap_file() local
1784 unique_fd swap_fd = maybe_open_dexopt_swap_file(out_oat.path()); in dexopt() local
/aosp12/art/compiler/driver/
H A Dcompiled_method_storage.cc147 CompiledMethodStorage::CompiledMethodStorage(int swap_fd) in CompiledMethodStorage()
/aosp12/art/dex2oat/driver/
H A Dcompiler_driver.cc258 int swap_fd) in CompilerDriver()