Searched refs:input_oat_fd (Results 1 - 1 of 1) sorted by relevance

/art/patchoat/
H A Dpatchoat.cc959 int input_oat_fd = -1; local
1010 if (!ParseInt(oat_fd_str, &input_oat_fd)) {
1013 if (input_oat_fd < 0) {
1014 Usage("--input-oat-fd pass a negative value %d", input_oat_fd);
1215 if (input_oat_fd != -1) {
1219 input_oat.reset(new File(input_oat_fd, input_oat_filename, false));
1220 if (input_oat_fd == output_oat_fd) {
1225 LOG(ERROR) << "Failed to open input oat file by its FD" << input_oat_fd;

Completed in 1814 milliseconds