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

/frameworks/native/cmds/installd/
H A Dcommands.c649 static void run_patchoat(int input_fd, int oat_fd, const char* input_file_name, argument
662 /* input_file_name/input_fd should be the .odex/.oat file that is precompiled. I think*/
671 sprintf(input_oat_fd_arg, "--input-oat-fd=%d", input_fd);
673 PATCHOAT_BIN, instruction_set, input_fd, input_file_name, oat_fd, output_file_name);
874 int res, input_fd=-1, out_fd=-1; local
931 input_fd = open(input_file, O_RDONLY, 0);
932 if (input_fd < 0) {
994 run_dexopt(input_fd, out_fd, input_file, out_path);
997 run_patchoat(input_fd, out_fd, input_file, out_path, pkgname, instruction_set);
999 run_dex2oat(input_fd, out_f
[all...]

Completed in 26 milliseconds