Searched defs:output_oat_fd (Results 1 - 1 of 1) sorted by relevance

/art/patchoat/
H A Dpatchoat.cc963 int output_oat_fd = -1; local
1030 if (!ParseInt(oat_fd_str, &output_oat_fd)) {
1033 if (output_oat_fd < 0) {
1034 Usage("--output-oat-fd pass a negative value %d", output_oat_fd);
1220 if (input_oat_fd == output_oat_fd) {
1237 if (output_oat_fd != -1) {
1241 output_oat.reset(new File(output_oat_fd, output_oat_filename, true));
1244 LOG(ERROR) << "Failed to open output oat file by its FD" << output_oat_fd;
1312 output_oat_fd >= 0, // was it opened from FD?
1321 output_oat_fd >
[all...]

Completed in 60 milliseconds