Home | History | Annotate | Download | only in fastboot

Lines Matching defs:out_s

729     sparse_file** out_s = reinterpret_cast<sparse_file**>(calloc(sizeof(struct sparse_file *), files + 1));
730 if (!out_s) {
734 files = sparse_file_resparse(s, max_size, out_s, files);
739 return out_s;