Home | History | Annotate | Download | only in installd

Lines Matching full:oat

605     char oat_fd_arg[strlen("--oat-fd=") + MAX_INT_LEN];
606 char oat_location_arg[strlen("--oat-name=") + PKG_PATH_MAX];
610 sprintf(oat_fd_arg, "--oat-fd=%d", oat_fd);
611 sprintf(oat_location_arg, "--oat-location=%s", output_file_name);