Home | History | Annotate | Download | only in installd

Lines Matching full:oat_fd

228 static void run_dex2oat(int zip_fd, int oat_fd, int input_vdex_fd, int output_vdex_fd, int image_fd,
358 sprintf(oat_fd_arg, "--oat-fd=%d", oat_fd);
1572 static void exec_dexoptanalyzer(const std::string& dex_file, int vdex_fd, int oat_fd,
1590 std::string oat_fd_arg = "--oat-fd=" + std::to_string(oat_fd);
1606 (oat_fd >= 0 ? 1 : 0) +
1615 if (oat_fd >= 0) {