Home
last modified time | relevance | path

Searched refs:output_fd (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/updater/
Dtarget_files.cpp29 static bool SimgToImg(int input_fd, int output_fd) { in SimgToImg() argument
35 if (lseek64(output_fd, 0, SEEK_SET) == -1) { in SimgToImg()
47 if (sparse_file_write(s_file.get(), output_fd, false, false, false) < 0) { in SimgToImg()