Home | History | Annotate | Download | only in runtime

Lines Matching full:oat_fd

84                        -1 /* oat_fd */,
93 int oat_fd,
104 CHECK_LE(oat_fd, 0) << "zip_fd must be provided with valid oat_fd. zip_fd=" << zip_fd
105 << " oat_fd=" << oat_fd;
122 odex_.Reset(odex_file_name, UseFdToReadFiles(), zip_fd, vdex_fd, oat_fd);
1250 int oat_fd) {
1256 oat_fd_ = oat_fd;