Searched refs:oat_fd (Results 1 – 3 of 3) sorted by relevance
859 int oat_fd = -1; in dex2oat() local937 if (!ParseInt(oat_fd_str, &oat_fd)) { in dex2oat()940 if (oat_fd < 0) { in dex2oat()941 Usage("--oat-fd passed a negative value %d", oat_fd); in dex2oat()1112 if (oat_filename.empty() && oat_fd == -1) { in dex2oat()1116 if (!oat_filename.empty() && oat_fd != -1) { in dex2oat()1120 if (!oat_symbols.empty() && oat_fd != -1) { in dex2oat()1128 if (oat_fd != -1 && !image_filename.empty()) { in dex2oat()1293 oat_file.reset(new File(oat_fd, oat_location, true)); in dex2oat()
276 int oat_fd,
606 int oat_fd, in GenerateOatFile() argument627 StringAppendF(&oat_fd_option, "%d", oat_fd); in GenerateOatFile()