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

  /art/dex2oat/
dex2oat.cc 859 int oat_fd = -1; local
    [all...]
  /frameworks/native/cmds/installd/
commands.c 650 static void run_patchoat(int input_fd, int oat_fd, const char* input_file_name,
671 sprintf(output_oat_fd_arg, "--output-oat-fd=%d", oat_fd);
674 PATCHOAT_BIN, instruction_set, input_fd, input_file_name, oat_fd, output_file_name);
690 static void run_dex2oat(int zip_fd, int oat_fd, const char* input_file_name,
754 sprintf(oat_fd_arg, "--oat-fd=%d", oat_fd);
    [all...]
  /art/runtime/
class_linker.h 276 int oat_fd,
    [all...]
class_linker.cc 606 int oat_fd,
627 StringAppendF(&oat_fd_option, "%d", oat_fd);
    [all...]

Completed in 81 milliseconds