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

/frameworks/native/cmds/installd/
H A Dcommands.c650 static void run_patchoat(int input_fd, int oat_fd, const char* input_file_name, argument
663 /* input_file_name/input_fd should be the .odex/.oat file that is precompiled. I think*/
672 sprintf(input_oat_fd_arg, "--input-oat-fd=%d", input_fd);
674 PATCHOAT_BIN, instruction_set, input_fd, input_file_name, oat_fd, output_file_name);
903 int res, input_fd=-1, out_fd=-1, swap_fd=-1; local
963 input_fd = open(input_file, O_RDONLY, 0);
964 if (input_fd < 0) {
1052 run_dexopt(input_fd, out_fd, input_file, out_path);
1055 run_patchoat(input_fd, out_fd, input_file, out_path, pkgname, instruction_set);
1057 run_dex2oat(input_fd, out_f
[all...]

Completed in 252 milliseconds