Home
last modified time | relevance | path

Searched refs:input_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
30 if (lseek64(input_fd, 0, SEEK_SET) == -1) { in SimgToImg()
41 sparse_file_import(input_fd, true, false), sparse_file_destroy); in SimgToImg()