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

  /frameworks/native/cmds/installd/
commands.cpp 748 const char* output_file_name, int swap_fd, const char *pkgname, const char *instruction_set,
838 if (swap_fd >= 0) {
840 sprintf(dex2oat_swap_fd, "--swap-fd=%d", swap_fd);
1078 int res, input_fd=-1, out_fd=-1, swap_fd=-1; local
    [all...]
  /art/compiler/driver/
compiler_driver.cc 358 int swap_fd, const std::string& profile_file)
359 : swap_space_(swap_fd == -1 ? nullptr : new SwapSpace(swap_fd, 10 * MB)),
    [all...]
compiler_driver.h 110 CumulativeLogger* timer, int swap_fd,
    [all...]

Completed in 78 milliseconds