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

/art/patchoat/
H A Dpatchoat.cc966 int output_image_fd = -1; local
1048 if (!ParseInt(image_fd_str, &output_image_fd)) {
1051 if (output_image_fd < 0) {
1052 Usage("--output-image-fd pass a negative value %d", output_image_fd);
1201 if (output_image_fd != -1) {
1205 output_image.reset(new File(output_image_fd, output_image_filename, true));
1211 CHECK(output_image_filename.empty() && output_image_fd == -1 && input_image_location.empty());

Completed in 23 milliseconds