HomeSort by relevance Sort by last modified time
    Searched refs:swap_fd (Results 1 - 5 of 5) sorted by null

  /art/compiler/driver/
compiled_method_storage.h 35 explicit CompiledMethodStorage(int swap_fd);
compiled_method_storage.cc 171 CompiledMethodStorage::CompiledMethodStorage(int swap_fd)
172 : swap_space_(swap_fd == -1 ? nullptr : new SwapSpace(swap_fd, 10 * MB)),
compiler_driver.h 100 int swap_fd,
compiler_driver.cc 285 int swap_fd,
306 compiled_method_storage_(swap_fd),
    [all...]
  /frameworks/native/cmds/installd/
dexopt.cpp 192 const char* input_file_name, const char* output_file_name, int swap_fd,
310 if (swap_fd >= 0) {
312 sprintf(dex2oat_swap_fd, "--swap-fd=%d", swap_fd);
1665 unique_fd swap_fd = maybe_open_dexopt_swap_file(out_oat_path); local
    [all...]

Completed in 112 milliseconds