Searched refs:input_fd (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
H A Dcommands.cpp651 static void run_patchoat(int input_fd, int oat_fd, const char* input_file_name, argument
664 /* input_file_name/input_fd should be the .odex/.oat file that is precompiled. I think*/
673 sprintf(input_oat_fd_arg, "--input-oat-fd=%d", input_fd);
675 PATCHOAT_BIN, instruction_set, input_fd, input_file_name, oat_fd, output_file_name);
1403 fd_t input_fd=-1, out_fd=-1, image_fd=-1, swap_fd=-1; local
1454 input_fd = open(input_file, O_RDONLY, 0);
1455 if (input_fd < 0) {
1534 run_patchoat(input_fd, out_fd, input_file, out_path, pkgname, instruction_set);
1538 run_dex2oat(input_fd, out_fd, image_fd, input_file_name, out_path, swap_fd,
1561 close(input_fd);
[all...]

Completed in 8 milliseconds