Home | History | Annotate | Download | only in dex2oat

Lines Matching refs:oat_fd

859   int oat_fd = -1;
937 if (!ParseInt(oat_fd_str, &oat_fd)) {
940 if (oat_fd < 0) {
941 Usage("--oat-fd passed a negative value %d", oat_fd);
1112 if (oat_filename.empty() && oat_fd == -1) {
1116 if (!oat_filename.empty() && oat_fd != -1) {
1120 if (!oat_symbols.empty() && oat_fd != -1) {
1128 if (oat_fd != -1 && !image_filename.empty()) {
1293 oat_file.reset(new File(oat_fd, oat_location, true));