Home
last modified time | relevance | path

Searched refs:oat_fd (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
Dcommands.cpp651 static void run_patchoat(int input_fd, int oat_fd, const char* input_file_name, in run_patchoat() argument
672 sprintf(output_oat_fd_arg, "--output-oat-fd=%d", oat_fd); in run_patchoat()
675 PATCHOAT_BIN, instruction_set, input_fd, input_file_name, oat_fd, output_file_name); in run_patchoat()
691 static void run_dex2oat(int zip_fd, int oat_fd, int image_fd, const char* input_file_name, in run_dex2oat() argument
780 sprintf(oat_fd_arg, "--oat-fd=%d", oat_fd); in run_dex2oat()