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

  /art/dex2oat/
dex2oat.cc 367 int swap_fd,
403 swap_fd,
909 int swap_fd = -1; \/\/ No swap file descriptor; local
    [all...]
  /frameworks/native/cmds/installd/
commands.c 691 const char* output_file_name, int swap_fd, const char *pkgname, const char *instruction_set,
758 if (swap_fd >= 0) {
760 sprintf(dex2oat_swap_fd, "--swap-fd=%d", swap_fd);
903 int res, input_fd=-1, out_fd=-1, swap_fd=-1; local
    [all...]
  /art/compiler/driver/
compiler_driver.cc 341 int swap_fd, std::string profile_file)
342 : swap_space_(swap_fd == -1 ? nullptr : new SwapSpace(swap_fd, 10 * MB)),
    [all...]
compiler_driver.h 113 CumulativeLogger* timer, int swap_fd = -1,
    [all...]

Completed in 211 milliseconds